diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-01-30 12:57:27 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-01-30 12:57:27 +0100 |
commit | 255baed9440e5656abc225461788a1b265c1e814 (patch) | |
tree | 5bacd5bacab53a8a8f3484671de1e18109a71935 /chaos-at-home/r3-cccamp19-sw0.yml | |
parent | added ele-ups router (diff) |
minor cleanups and whitespace fixes
Diffstat (limited to 'chaos-at-home/r3-cccamp19-sw0.yml')
-rw-r--r-- | chaos-at-home/r3-cccamp19-sw0.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chaos-at-home/r3-cccamp19-sw0.yml b/chaos-at-home/r3-cccamp19-sw0.yml index 1fbeb452..36ee99f5 100644 --- a/chaos-at-home/r3-cccamp19-sw0.yml +++ b/chaos-at-home/r3-cccamp19-sw0.yml @@ -3,6 +3,6 @@ hosts: r3-cccamp19-sw0 gather_facts: no roles: - - dellos6/bootstrap - - dellos6/base - - dellos6/layer2 + - role: dellos6/bootstrap + - role: dellos6/base + - role: dellos6/layer2 |