turkenh / ansible-interactive-tutorial

Interactive Ansible tutorials with dead simple setup via Docker
Other
1.48k stars 208 forks source link

Nothing happens on 7 ( Playbook conditionals ) step #17

Closed kksudo closed 6 years ago

kksudo commented 6 years ago

On 7 step ("Playbook conditionals") in this step

The register keyword records output from the apache2ctl configtest command (exit status, stdout, stderr, ...), and when: result|failed checks if the registered variable (result) contains a 
    failed status. 

    Here we go! Run the following command to execute our playbook:

Lesson - have a failed and ... nothing happens .... No instructions, no tasks ...

kksudo commented 6 years ago

Sorry, i am restarted tutorial and the step began to work ...