X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Finit-system.yml;h=b1dbd6848976c0fa2fc34b03b8902fa2f55ac11e;hb=92c8c7fac96ee136015c6522258007aa92c03288;hp=1015ebd973b8554b816146722902889ad38875e8;hpb=2d67a45de8fdcef26da60de804681f3e02d63d9f;p=ansible.git diff --git a/playbooks/debian/init-system.yml b/playbooks/debian/init-system.yml index 1015ebd..b1dbd68 100644 --- a/playbooks/debian/init-system.yml +++ b/playbooks/debian/init-system.yml @@ -1,7 +1,6 @@ - name: Setup Debain system - hosts: "{{ hosts | default('servers') }}" + hosts: "{{ hosts | default('all') }}" gather_facts: false roles: - - init-system - sudo - phd