You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some problem with playbook, and really appreciate your help. I have following ansbile and python version.
[root@62ed12163d78 /]# ansible --version
ansible 2.3.1.0
config file =
configured module search path = Default w/o overrides
python version = 2.7.5 (default, Nov 6 2016, 00:28:07) [GCC 4.8.5 20150623 (Red Hat 4.8.5-11)]
following playbook
name: test
hosts: labfw
connection: local
gather_facts: no
tasks:
name: Save the configuration
cisco_asa_write_mem:
host={{ inventory_hostname }}
username=admin
password=xxxxxx
validate_certs=no
Error as following
ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
The error appears to have been in '/work/ASA/fwwrimem3.yaml': line 8, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:
- name: Save the configuration
^ here
The error appears to have been in '/work/ASA/fwwrimem3.yaml': line 8, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:
- name: Save the configuration
^ here
The text was updated successfully, but these errors were encountered:
Did you get it working? This is probably due to the fact that Ansible can't find the module you are trying to use. Verify that it's in the library directory or that you point to the directory from your ansible.cfg file.
Hello:
I have some problem with playbook, and really appreciate your help. I have following ansbile and python version.
[root@62ed12163d78 /]# ansible --version
ansible 2.3.1.0
config file =
configured module search path = Default w/o overrides
python version = 2.7.5 (default, Nov 6 2016, 00:28:07) [GCC 4.8.5 20150623 (Red Hat 4.8.5-11)]
following playbook
name: test
hosts: labfw
connection: local
gather_facts: no
tasks:
cisco_asa_write_mem:
host={{ inventory_hostname }}
username=admin
password=xxxxxx
validate_certs=no
Error as following
ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
The error appears to have been in '/work/ASA/fwwrimem3.yaml': line 8, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:
- name: Save the configuration
^ here
The error appears to have been in '/work/ASA/fwwrimem3.yaml': line 8, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:
- name: Save the configuration
^ here
The text was updated successfully, but these errors were encountered: