Skip to content

Instantly share code, notes, and snippets.

@jficz
Created May 4, 2022 11:08
Show Gist options
  • Save jficz/94ac93dd19c570f7740de3e4077897c4 to your computer and use it in GitHub Desktop.
Save jficz/94ac93dd19c570f7740de3e4077897c4 to your computer and use it in GitHub Desktop.
ansible play output
PLAY [Bootstrap] *******************************************************************************************************************************************************************************
Wednesday 04 May 2022 11:03:06 +0000 (0:00:00.953) 0:00:05.440 *********
TASK [bootstrap : Create config directory] ***************************************************************************************************************************************
ok: [vm-test-03]
ok: [vm-test-01]
ok: [vm-test-02]
Wednesday 04 May 2022 11:03:12 +0000 (0:00:03.812) 0:00:11.809 *********
Wednesday 04 May 2022 11:03:13 +0000 (0:00:00.640) 0:00:12.449 *********
Wednesday 04 May 2022 11:03:15 +0000 (0:00:02.234) 0:00:14.684 *********
TASK [app_deploy : Pull app deploy config] *********************************************************************************************************************************************************
fatal: [vm-test-01]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'path'\n\nThe error appears to be in '/tmp/ansible/bootstrap/roles/app_deploy/tasks/main.yaml': line 10, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n - name: Pull app_deploy config\n ^ here\n"}
NO MORE HOSTS LEFT *****************************************************************************************************************************************************************************
PLAY RECAP *************************************************************************************************************************************************************************************
vm-test-01 : ok=3 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0
vm-test-02 : ok=3 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
vm-test-03 : ok=3 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment