Hello all,
I have tried using the mso_schema_site_anp_epg_domain module today with the code syntax below but keep getting the following error message.
Any ideas on what the issues? Or has someone else seen this before?
`
ansible-playbook test_mso.yml -vvv
ansible-playbook 2.8.6
config file = //ansible.cfg
configured module search path = [‘/root/.ansible/plugins/modules’, ‘/usr/share/ansible/plugins/modules’]
ansible python module location = /usr/local/lib/python3.6/site-packages/ansible
executable location = /usr/local/bin/ansible-playbook
python version = 3.6.8 (default, Aug 7 2019, 17:28:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using //ansible.cfg as config file
host_list declined parsing //hosts as it did not pass it’s verify_file() method
script declined parsing //hosts as it did not pass it’s verify_file() method
auto declined parsing //hosts as it did not pass it’s verify_file() method
Parsed //hosts inventory source with ini plugin
ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
The error appears to be in ‘/******/test_mso.yml’: line 146, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Add a new VMM Domain Association to a Schema Site EPG
^ here
`
`