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
After provisioning the RHEL workshop, the stdout from the 1_provision.yml indicates you should run the '2_preload.yml' playbook, but the name of the playbook is '2_load.yml'
Output snippet from
ansible-playbook 1_provision.yml
...
TASK [aws.create : Create DNS records for Windows] *********************************************************************************
TASK [explain how to login] ********************************************************************************************************
ok: [localhost] => {
"msg": "Please run 'ansible-playbook 2_preload.yml' to load the admin server."
}
Workshop: RHEL workshop (rhel_aws)
After provisioning the RHEL workshop, the stdout from the 1_provision.yml indicates you should run the '2_preload.yml' playbook, but the name of the playbook is '2_load.yml'
Output snippet from
ansible-playbook 1_provision.yml
...
TASK [aws.create : Create DNS records for Windows] *********************************************************************************
TASK [explain how to login] ********************************************************************************************************
ok: [localhost] => {
"msg": "Please run 'ansible-playbook 2_preload.yml' to load the admin server."
}
PLAY RECAP *************************************************************************************************************************
localhost : ok=34 changed=13 unreachable=0 failed=0 skipped=5 rescued=0 ignored=0
ls 2*
2_load.yml
The text was updated successfully, but these errors were encountered: