]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/init-system.yml
Fix(dehydrated): Fix misspelling
[ansible.git] / playbooks / debian / init-system.yml
index 62f594f224083b949c97e64d8b401e1a4bff5b3f..b1dbd6848976c0fa2fc34b03b8902fa2f55ac11e 100644 (file)
@@ -1,7 +1,6 @@
-- name: Configure Debain system
-  hosts: "{{ hosts | default('servers') }}"
+- name: Setup Debain system
+  hosts: "{{ hosts | default('all') }}"
   gather_facts: false
   roles:
-    - init-system
     - sudo
     - phd