diff --git a/update_hosts.yml b/update_hosts.yml new file mode 100644 index 0000000..ce95f73 --- /dev/null +++ b/update_hosts.yml @@ -0,0 +1,7 @@ +--- +- hosts: servers + roles: + - common +- hosts: desktop + roles: + - common \ No newline at end of file