summaryrefslogtreecommitdiff
path: root/chaos-at-home/generic.yaml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-01-30 13:11:21 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-01-30 13:11:21 +0100
commite277ccb8f89a91e9ed5e1a3a1dcd7ddacb8f4c82 (patch)
tree809f8a205d13760d1b9e7ffe3b2a4573b6452c56 /chaos-at-home/generic.yaml
parentminor cleanups and whitespace fixes (diff)
some more whitespace cleanup
Diffstat (limited to 'chaos-at-home/generic.yaml')
-rw-r--r--chaos-at-home/generic.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chaos-at-home/generic.yaml b/chaos-at-home/generic.yaml
deleted file mode 100644
index d3b8de82..00000000
--- a/chaos-at-home/generic.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-- name: "Apply role {{ myrole }} to hosts: {{ myhosts }}"
- hosts: "{{ myhosts }}"
- roles:
- - role: "{{ myrole }}"