diff options
Diffstat (limited to 'common/openwrt-deploy.yml')
-rw-r--r-- | common/openwrt-deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/openwrt-deploy.yml b/common/openwrt-deploy.yml index 1ef70a5e..ab80637f 100644 --- a/common/openwrt-deploy.yml +++ b/common/openwrt-deploy.yml @@ -14,7 +14,7 @@ hosts: "{{ install_hostname }}" gather_facts: no roles: - - role: openwrt/deploy + - role: installer/openwrt/deploy post_tasks: - name: remove host-keys from ssh known-hosts local_action: command "{{ (inventory_dir, '../remove-known-host.sh') | path_join | realpath }}" "{{ install_hostname }}" |