main.yml 85 B

12345
  1. - include_tasks: 'rsyncd.yml'
  2. tags: [rsync]
  3. when: with_rsyncd
  4. # vim: ft=ansible