shows hidden files when debugging
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
- name: Add ll alias to /etc/bash.bashrc
|
- name: Add ll alias to /etc/bash.bashrc
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: /etc/bash.bashrc
|
path: /etc/bash.bashrc
|
||||||
line: "alias ll='ls -l --color=auto'"
|
line: "alias ll='ls -la --color=auto'"
|
||||||
state: present
|
state: present
|
||||||
create: yes
|
create: yes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user