summaryrefslogtreecommitdiff
path: root/chaos-at-home/generic.yml
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home/generic.yml')
-rw-r--r--chaos-at-home/generic.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/chaos-at-home/generic.yml b/chaos-at-home/generic.yml
index 9a495ffb..bc8866c5 100644
--- a/chaos-at-home/generic.yml
+++ b/chaos-at-home/generic.yml
@@ -1,11 +1,5 @@
---
- name: "Apply role {{ myrole }} to hosts: {{ myhosts }}"
hosts: "{{ myhosts }}"
- pre_tasks:
- - name: cook some variables for roles that expect them to be cooked
- set_fact:
- install_cooked: "{{ install | default({}) }}"
- network_cooked: "{{ network | default({}) }}"
- vm_host_cooked: "{{ vm_host | default({}) }}"
roles:
- role: "{{ myrole }}"