X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Frun-role.yml;fp=playbooks%2Frun-role.yml;h=0000000000000000000000000000000000000000;hb=e041bacf66ba35783e080ae8cfd0c2ef946b9289;hp=bf25886f5b877cdfe85cbd061b6d8eb7f6c9fa77;hpb=e3995dacde4c3b074bd8ac52c65f3d8027c13170;p=ansible.git diff --git a/playbooks/run-role.yml b/playbooks/run-role.yml deleted file mode 100644 index bf25886..0000000 --- a/playbooks/run-role.yml +++ /dev/null @@ -1,5 +0,0 @@ -- name: "Run role {{ role }}" - hosts: "{{ hosts | default('all') }}" - gather_facts: "{{ gather_facts | default('false') }}" - roles: - - "{{ role }}"