X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Finit-system.yml;h=62f594f224083b949c97e64d8b401e1a4bff5b3f;hb=4c466dee637d9d56f8eb51efa0ffb55fb3eb3a9a;hp=4866b7e53a9d88dff5f660e280b8bb5fdbf851ec;hpb=dcf965cb65e4c89e7db4f86453dfcbf9af9a967a;p=ansible.git diff --git a/playbooks/debian/init-system.yml b/playbooks/debian/init-system.yml index 4866b7e..62f594f 100644 --- a/playbooks/debian/init-system.yml +++ b/playbooks/debian/init-system.yml @@ -2,6 +2,6 @@ hosts: "{{ hosts | default('servers') }}" gather_facts: false roles: - - debian/init-system - - debian/sudo - - debian/phd + - init-system + - sudo + - phd