molecule: Idempotence plugin was not found or did not provide the required information.
Molecule version
1.8.3
Host details
Ubuntu 16.04
Linux laptappy 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
molecule.yml
---
ansible:
playbook: tests/test.yml
docker:
containers:
- name: ansible-jinja-examples-01
ansible_groups:
- group1
image: centos
image_version: latest
I can run molecule converge
but not molecule idempotence
. When I try to, I receive the following message.
DEBUG: ANSIBLE ENVIRONMENT
ANSIBLE_CALLBACK_PLUGINS: /usr/share/molecule/ansible/plugins/callback/idempotence
ANSIBLE_CONFIG: .molecule/ansible.cfg
ANSIBLE_FORCE_COLOR: 'false'
ANSIBLE_HOST_KEY_CHECKING: 'false'
ANSIBLE_NOCOLOR: 'true'
ANSIBLE_SSH_ARGS: -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -o ControlMaster=auto
-o ControlPersist=60s
DEBUG: ANSIBLE PLAYBOOK
/usr/local/bin/ansible-playbook tests/test.yml --inventory-file=.molecule/ansible_inventory --sudo --connection=docker --limit=all --user=root --timeout=30 --diff
--> Starting Ansible Run ...
Idempotence test failed.
The idempotence plugin was not found or did not provide the required information. Therefore the failure details cannot be displayed.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 17 (17 by maintainers)
Commits related to this issue
- Reimplemented idempotence handling Removed the idempotence ansible callback plugin. This has been the source of much pain. See #437 and #291. We simply care if the role is idempotent or not. Fixe... — committed to retr0h/molecule by retr0h 8 years ago
- Reimplemented idempotence handling Removed the idempotence ansible callback plugin. This has been the source of much pain. See #437 and #291. We simply care if the role is idempotent or not. Fixe... — committed to retr0h/molecule by retr0h 8 years ago
- Reimplemented idempotence handling Removed the idempotence ansible callback plugin. This has been the source of much pain. See #437 and #291. We simply care if the role is idempotent or not. Fixe... — committed to retr0h/molecule by retr0h 8 years ago
- Reimplemented idempotence handling Removed the idempotence ansible callback plugin. This has been the source of much pain. See #437 and #291. We simply care if the role is idempotent or not. Fixe... — committed to retr0h/molecule by retr0h 8 years ago
- Reimplemented idempotence handling Removed the idempotence ansible callback plugin. This has been the source of much pain. See #437 and #291. We simply care if the role is idempotent or not. Fixe... — committed to retr0h/molecule by retr0h 8 years ago
- Reimplemented idempotence handling (#441) Removed the idempotence ansible callback plugin. This has been the source of much pain. See #437 and #291. We simply care if the role is idempotent or n... — committed to ansible/molecule by retr0h 8 years ago
- Reimplemented idempotence handling (#441) Removed the idempotence ansible callback plugin. This has been the source of much pain. See #437 and #291. We simply care if the role is idempotent or n... — committed to ansible/molecule by retr0h 8 years ago
- Reimplemented idempotence handling (#441) Removed the idempotence ansible callback plugin. This has been the source of much pain. See #437 and #291. We simply care if the role is idempotent or n... — committed to ansible/molecule by retr0h 8 years ago
@rgreinho No luck friend. I’ve searched the entire filesystem.