# ansible-playbook test_mso.yml -vvvansible-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 filehost_list declined parsing /******/hosts as it did not pass it's verify_file() methodscript declined parsing /******/hosts as it did not pass it's verify_file() methodauto declined parsing /******/hosts as it did not pass it's verify_file() methodParsed /******/hosts inventory source with ini pluginERROR! 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 maybe 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
---
- name: Test Play
hosts: busmsc
tasks: - name: Add a new VMM Domain Association to a Schema Site EPG
mso_schema_site_anp_epg_domain: host: "{{ ansible_host }}" username: "{{ ansible_user1 }}" password: "{{ ansible_password1 }}" validate_certs: no ######################################################################## schema: sch-user-app site: SC0 - BUS template: tmpl-user-scx-app anp: ap-scx-app epg: epg-scx-v12-icmp_server domain_association_type: vmmDomain domain_profile: pafw_vds deployment_immediacy: lazy resolution_immediacy: pre-provision state: present # delegate_to: localhost
- name: Deploy a schema template mso_schema_template_deploy: host: "{{ ansible_host }}" username: "{{ ansible_user1 }}" password: "{{ ansible_password1 }}" validate_certs: no ######################################################################## schema: sch-user-{{app_name}} template: tmpl-user-{{site}}-{{app_name}} state: deploy # delegate_to: localhost
- name: Deploy a schema Site template mso_schema_template_deploy: host: "{{ ansible_host }}" username: "{{ ansible_user1 }}" password: "{{ ansible_password1 }}" validate_certs: no ######################################################################## schema: sch-v00-aci-network template: tmpl-v00-aci-scx state: deploy--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/809cf9e4-433d-4be8-9811-24e395f2237f%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CA%2B8veMFWx%3DTWSKbgfF3eUtn0GZzu33bByNh-1xihX32mC8sq8w%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAKCbL1pMRGta6Jr7USyB8SRhNEQp_mYozUsxWW2GzqweWkd2hg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAEFccTXxR4CevsUHmvxtrnSYBMFihgn8Aa_nia99ej_NR9p4QA%40mail.gmail.com.