Add loading of local profile bash completions
This commit is contained in:
parent
2d26caba54
commit
d5f92811bd
@ -17,6 +17,14 @@
|
|||||||
state: present
|
state: present
|
||||||
loop: "{{ _local_human_users }}"
|
loop: "{{ _local_human_users }}"
|
||||||
|
|
||||||
|
- name: Configure local bash completions loading
|
||||||
|
become: true
|
||||||
|
ansible.builtin.lineinfile:
|
||||||
|
path: ~{{ item }}/.bashrc
|
||||||
|
line: source ~/.config/bash_completions
|
||||||
|
state: present
|
||||||
|
loop: "{{ _local_human_users }}"
|
||||||
|
|
||||||
- name: Configure bash completions
|
- name: Configure bash completions
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.blockinfile:
|
ansible.builtin.blockinfile:
|
||||||
|
Reference in New Issue
Block a user