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