mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49:40 +01:00
6 lines
145 B
YAML
6 lines
145 B
YAML
- name: create .bashrc
|
|
template:
|
|
src: "bashrc.j2"
|
|
dest: "/home/{{user_name}}/.bashrc"
|
|
owner: {{user_name}}
|
|
group: {{user_name}} |