main.yml 102 B

123456
  1. - include_tasks: 'rsyncd.yml'
  2. when: with_rsyncd|bool
  3. tags:
  4. - 'rsyncd'
  5. # vim: ft=yaml.ansible