#175 diagnose message shows in the middle of playbook execution.
Opened 6 years ago by bgoncalv. Modified 6 years ago

Since commit#e84a800 the diagnose message shows in the middle of the playbook log. Before it used to be shown once the playbook ended.

This happens only when using container or atomic tags and test has local inventory.

Example of test: https://src.fedoraproject.org/rpms/tzdata/tree/master

PLAY [localhost] **************************************************************************************************************************************************************************************************

TASK [Gathering Facts] ********************************************************************************************************************************************************************************************

DIAGNOSE: docker exec -it 55ff38bfdf1e7423deef267090929b2965f18cdb69de3b4adc1b503cccfa7632 /bin/bash
DIAGNOSE: kill 25217 # when finished
ok: [55ff38bfdf1e7423deef267090929b2965f18cdb69de3b4adc1b503cccfa7632]

TASK [str-common : Check if system is Atomic Host] ****************************************************************************************************************************************************************
ok: [55ff38bfdf1e7423deef267090929b2965f18cdb69de3b4adc1b503cccfa7632]

Login to comment on this ticket.

Metadata