]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/init-system.yml
Feat(init-system): By default run on all systems
[ansible.git] / playbooks / debian / init-system.yml
index 1015ebd973b8554b816146722902889ad38875e8..b1dbd6848976c0fa2fc34b03b8902fa2f55ac11e 100644 (file)
@@ -1,7 +1,6 @@
 - name: Setup Debain system
-  hosts: "{{ hosts | default('servers') }}"
+  hosts: "{{ hosts | default('all') }}"
   gather_facts: false
   roles:
-    - init-system
     - sudo
     - phd