--- - name: Basic Setup hosts: mz-router connection: local gather_facts: no roles: - role: installer/openwrt/image post_tasks: - pause: prompt: "\n****** copy and install image onto router and wait for it to come back ******\n" - shell: "base64 -d | ssh chmz-router \"/bin/sh -c 'umask 077; cat > /etc/dyndns/id_rsa'\"" args: stdin: "{{ vault_dyndns_ssh_key_b64 }}"