ssh.yml 96 B

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