rsyncd.yml 107 B

123456
  1. - name: 'Restart Rsync Daemon'
  2. service:
  3. name: 'rsync'
  4. state: 'restarted'
  5. # vim: ft=yaml.ansible