summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/conflicting_action2.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/playbooks/conflicting_action2.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/playbooks/conflicting_action2.yml b/examples/playbooks/conflicting_action2.yml
new file mode 100644
index 0000000..380857d
--- /dev/null
+++ b/examples/playbooks/conflicting_action2.yml
@@ -0,0 +1,9 @@
+---
+- hosts: localhost
+ gather_facts: false
+ tasks:
+ - block:
+ include_role:
+ tasks_from: ghe-config-apply.yml
+ tags:
+ - github