Category "ansible"

How to share handlers?

The docs says: Since handlers are tasks too, you can also include handler files from the ‘handlers:’ section. What I do, playbook.yml: - hosts: al

Copy multiple files with Ansible

How can I copy more than a single file into remote nodes by Ansible in a task? I've tried to duplicate the copy module line in my task to define files but it o