You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a previous run of adhoc-sshd_sign_host_key.yml fails, and then the playbook is re-run, the files exist on the CA, but have not been copied yet. We should probably register a check from the target, and condition on that instead of checking if signing happened.
TASK [Ensuring we have needed .pub files on CA host] ********************************
ok: [mbox.rdu2.centos.org -> certbot.rdu2.centos.org]
TASK [Signing host pub keys with CA key] ********************************************
skipping: [mbox.rdu2.centos.org]
TASK [Find new -cert.pub files on CA host] ******************************************
skipping: [mbox.rdu2.centos.org]
TASK [Copy -cert.pub files back from CA host] ***************************************
fatal: [mbox.rdu2.centos.org]: FAILED! => {"msg": "'None' has no attribute 'path'"}
PLAY RECAP **************************************************************************
mbox.rdu2.centos.org : ok=5 changed=0 unreachable=0 failed=1
The text was updated successfully, but these errors were encountered:
If a previous run of
adhoc-sshd_sign_host_key.yml
fails, and then the playbook is re-run, the files exist on the CA, but have not been copied yet. We should probably register a check from the target, and condition on that instead of checking if signing happened.ansible-infra-playbooks/adhoc-sshd_sign_host_key.yml
Line 76 in 9c7a53d
The text was updated successfully, but these errors were encountered: