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)

Most upvoted comments

P.S. First, I want to understand why no_log was used in the first place by the original authors of those playbooks.

@retr0h Could you shed some light on this?

assure docker module is installed by default with molecule

See #1539