[ansible-project] Re: need to perform action on localhost in multiple host action of playbooks

2019-05-23 Thread Kunalsing Thakur
Greetings ! Hello Ansible team, Can anyone look into this? On Wednesday, May 22, 2019 at 4:37:30 PM UTC+5:30, Kunalsing Thakur wrote: > > Hello Ansible Team, > > > I need to run playbook on host when puppet run done on node and then it > will immediately restore the snapshot. and again it will

[ansible-project] Re: need to perform action on localhost in multiple host action of playbooks

2019-05-22 Thread Kunalsing Thakur
i tried to seprate another playbook and include like post_tasks but thats not worked. - hosts: node1, node2, node3 vars_files: - /etc/ansible/inventories/group_vars/common.yaml serial: 1 gather_facts: false any_errors_fatal: true tasks: - name: run puppet shell: puppet agen