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