You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to molecule-users
Hi there,
I have concern for --env-file flags when running Ansible Molecule.
When running:
molecule --env-file env.yml converge
It turns out that we got an error like this:
ERROR! an error occurred while trying to read the file '/Users/irwan.shofwan/.ansible/roles/ipsec-user-vpn/molecule/default': [Errno 21] Is a directory: b'/Users/<Users>/.ansible/roles/<ansible-role-name>/molecule/default' ERROR:
When we are running Molecule with --debug flag, the MOLECULE_ENV_FILE is set properly to our DIR path.