molecule: random failures of Build an Ansible compatible image task
Issue Type
- Bug report
Molecule and Ansible details
ansible 2.7.1 (from pip)
molecule, version 2.19.0 (from pip)
Desired Behavior
Predictable execution output, avoidind random failures to build docker images.
Actual Behaviour (Bug report only)
Please give some details of what is actually happening.
Include a minimum complete verifiable example with
output of running molecule --debug
.
TASK [Build an Ansible compatible image] ***************************************
failed: [localhost] (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
changed: [localhost] => (item=None)
fatal: [localhost]: FAILED! => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 18 (18 by maintainers)
@retr0h Could you shed some light on this?
See #1539