2015-11-11 10:56:13 +01:00
|
|
|
---
|
|
|
|
# tasks file for roles/glenux.bash
|
2015-11-17 12:07:59 +01:00
|
|
|
- name: Install bashrc
|
|
|
|
|
|
|
|
|
|
|
|
fileglob:
|
|
|
|
- bashrc.d/*.sh
|
|
|
|
|
|
|
|
- name: Install bashrc.d files
|
|
|
|
copy:
|
|
|
|
"src={{item}}"
|
|
|
|
"dest=~/.bashrc.d/{{item|basename}}"
|
|
|
|
with_nested:
|
|
|
|
- bash_users
|
|
|
|
- bash_files
|
|
|
|
become: true
|
|
|
|
become_user: "{{item}}"
|