I'm getting the below error for my playbook.
ERROR! no action detected in task. This often indicates a misspelled module
> name, or incorrect module path.
> The error appears to be in '/app/test1.yml': line 12, column 7, but may
> be elsewhere in the file depending on the exact syntax problem.
> The offending line appears to be:
> tasks:
> - name: "Logging the deployments"
> ^ here
Below is my playbook which I thought should work.
---
- name: "Find the details here "
hosts: localhost
tasks:
- name: "Logging the deployments"
localaction: copy content="HELOOOOO" dest="{{ playbook_dir
}}/vars/newfile.yaml"
with_fileglob:
- "{{ playbook_dir }}/tmpfiles/*"
Is localaction along with copy not considered a module ?
How can I get this to work? Please help me understand.
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/5463fc9a-395f-4362-bf02-27815aeac076%40googlegroups.com.