diff options
Diffstat (limited to 'rocm.yml')
-rw-r--r-- | rocm.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rocm.yml b/rocm.yml new file mode 100644 index 0000000..c76c068 --- /dev/null +++ b/rocm.yml @@ -0,0 +1,7 @@ +- name: Common Software + hosts: all + remote_user: root + roles: + - role: rocm + + |