create roles for richard user and home.xai-corp.net
This commit is contained in:
6
roles/user-richard/tasks/main.yml
Normal file
6
roles/user-richard/tasks/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# tasks/main.yml
|
||||
# define tasks here
|
||||
|
||||
- name: copy .procmailrc
|
||||
template: src=procmailrc.j2 dest={{ user.home }}/.procmailrc owner={{ user.name }} group={{ user.group }} mode=0640
|
||||
Reference in New Issue
Block a user