]> git.phdru.name Git - ansible.git/blobdiff - playbooks/run-roles.yml
Feat: Rename `*.yml` to `*.yaml`
[ansible.git] / playbooks / run-roles.yml
diff --git a/playbooks/run-roles.yml b/playbooks/run-roles.yml
deleted file mode 100644 (file)
index bd46c18..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-- name: "Run roles {{ roles }}"
-  hosts: "{{ hosts | default('all') }}"
-  gather_facts: "{{ gather_facts | default('false') }}"
-  tasks:
-    - include_role:
-        name: "{{ role }}"
-      loop: "{{ roles.split(',') }}"
-      loop_control:
-        loop_var: role # to avoid collision with {{ item }}