Hi,

run_once is still not working for me
ansible --version
ansible 1.7

Enter code here...---
- name: Freeze zones
  command: rndc freeze
  run_once: true
  delegate_to: "IXPDNS01"
  

- name: Thaw zones
  command: rndc thaw
  run_once: true  
  delegate_to: "IXPDNS01"


any ideas,
Paul Morrison

-- 
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/1455b78e-d10c-4736-94d0-faa4c4ceb16d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to