]> git.phdru.name Git - ansible.git/blobdiff - playbooks/run-role.yml
Feat(run-roles): Run a list of roles separated by comma
[ansible.git] / playbooks / run-role.yml
diff --git a/playbooks/run-role.yml b/playbooks/run-role.yml
deleted file mode 100644 (file)
index bf25886..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-- name: "Run role {{ role }}"
-  hosts: "{{ hosts | default('all') }}"
-  gather_facts: "{{ gather_facts | default('false') }}"
-  roles:
-    - "{{ role }}"