-
Issue Type
Molecule and Ansible details
Molecule installation method (one of):
Ansible installation method (one of):
Desired BehaviorWhen i set up molecule 3.0.4 for example with ansible 2.9.14 it worked as it supposed, i have all filters. Actual Behaviour
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
I have the same problem and I had to downgrade molecule version to 3.0.8 and Ansible 2.10.1 python 3.8. In previous version using a linux grep command you can find this filter (molecule_header) in molecule/provisioner/ansible/plugins/filter/molecule_core.py but in the newer version using grep command you can't find this filter. As the error says doesn't exist.
So looks like that these filters are not needed anymore and molecule is managing internally the json in delegated drivers. But I'm not sure if there is another solution or if I'm right with my suppositions Anyway if there are another solution I'm really interested to know it. |
Beta Was this translation helpful? Give feedback.
-
Do you have a customized If you have need of customized provision and teardown, you'll need to use different modules or filters. The to/from_yaml now exist in core Ansible. If neither of these avenues are open to you, we'll need to look more closely into what you're facing. |
Beta Was this translation helpful? Give feedback.
-
Yes, i have own delegated create/destroy playbooks with terraform. According docs, Create/destroy embedded only in docker provisioner, but i'm using ansible. Main question is: when internal filters was deleted and why? |
Beta Was this translation helpful? Give feedback.
-
I would start by watching https://github.com/ansible-community/molecule/releases |
Beta Was this translation helpful? Give feedback.
I would start by watching https://github.com/ansible-community/molecule/releases