diff options
Diffstat (limited to 'chaos-at-home/r3-vex2.yml')
-rw-r--r-- | chaos-at-home/r3-vex2.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chaos-at-home/r3-vex2.yml b/chaos-at-home/r3-vex2.yml new file mode 100644 index 00000000..0369175b --- /dev/null +++ b/chaos-at-home/r3-vex2.yml @@ -0,0 +1,7 @@ +--- +- name: nothing to see here + hosts: r3-vex2 + tasks: + - name: do nothing + debug: + msg: "all the rest is done using the realraum ansible repo" |