diff options
Diffstat (limited to 'chaos-at-home/ch-router.yml')
-rw-r--r-- | chaos-at-home/ch-router.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chaos-at-home/ch-router.yml b/chaos-at-home/ch-router.yml index 5fa1ca5f..f61feb15 100644 --- a/chaos-at-home/ch-router.yml +++ b/chaos-at-home/ch-router.yml @@ -1,6 +1,6 @@ --- -- hosts: ch-router +- name: Basic Setup + hosts: ch-router connection: local roles: - - role: openwrt/image - delegate_to: localhost + - role: openwrt/image |