refactor ansible code in to ansible-2.0 folder, and created space for ansible-2.10
This commit is contained in:
6
ansible-2.0/roles/user-richard/tasks/main.yml
Normal file
6
ansible-2.0/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