Update..
This commit is contained in:
6
roles/sudo_users/handlers/main.yml
Normal file
6
roles/sudo_users/handlers/main.yml
Normal file
@ -0,0 +1,6 @@
|
||||
- name: Ensure password change reminder present
|
||||
copy:
|
||||
src: PLEASE_CHANGE_YOUR_PASSWORD_ASAP
|
||||
dest: "/home/{{ item }}"
|
||||
owner: '{{ item }}'
|
||||
with_items: '{{ sudo_users }}'
|
Reference in New Issue
Block a user