Skip to content

Instantly share code, notes, and snippets.

@ssbarnea
Created September 18, 2018 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssbarnea/fef8300463c757f70ed880052abc0f46 to your computer and use it in GitHub Desktop.
Save ssbarnea/fef8300463c757f70ed880052abc0f46 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ansible-playbook
- hosts: localhost
tasks:
- synchronize:
src: ~/bin
dest: ~/out
register: result
no_log: result is success
- copy:
content: "{{ result }}"
dest: rsync-result.json
- debug: msg="{{ result.changed }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment