shows hidden files when debugging

This commit is contained in:
2025-12-01 11:07:36 +01:00
parent a1592e2142
commit 00541bb715

View File

@@ -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