File diff cc12c282bb3d → 626eadba53b7
roles/common/handlers/main.yml
Show inline comments
 
new file 100644
 
---
 

	
 
- name: Update PAM configuration
 
  command: /bin/ls
 
  command: /usr/sbin/pam-auth-update --package
 

	
 
- name: Restart SSH
 
  service: name=ssh state=restarted
 
\ No newline at end of file