- name: mytask
copy:
src=/source
dest=/destination
notify: redeploy
- name: redeploy
include: redeploy.yml
ERROR: change handler (redeploy) is not defined
--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/a4a328d3-52a9-4d9d-aaff-dfe270db9ce9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
- name: copy installation files
copy:
...
- name: run install script
command:
...
- name: restart myservice
service:
...
--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/783af2f9-613b-4bfa-b15e-196623846da3%40googlegroups.com.
- name: mytask
copy:
src=/source
dest=/destination
notify:
- copy installation files
- run install script
- restart myservice
David
--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/9b9b7a29-5217-472f-aebc-73090b06b0ac%40googlegroups.com.