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 Ansible Project
Hello,
I have placed below tasks in a role. It works fine when executing the complete role, but when i run my playbook and I include a tag "-- tags copy_files", my registered "result_files" is not included.
What would be the best approach for this where I only use run my playbook with the copy_files tag?
- name: Register - Copy files
command: "find ./demo_deploy -type f ! -path './demo_deploy/ins/*'"