summaryrefslogtreecommitdiff
path: root/root_ls_color.yml
diff options
context:
space:
mode:
Diffstat (limited to 'root_ls_color.yml')
-rw-r--r--root_ls_color.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/root_ls_color.yml b/root_ls_color.yml
index c40232b..2eee03b 100644
--- a/root_ls_color.yml
+++ b/root_ls_color.yml
@@ -1,11 +1,11 @@
+---
- name: Make sure colorful ls
hosts: internal
gather_facts: false
tasks:
- - name: Add line
- lineinfile:
- path: ~/.bashrc
- state: present
- search_string: "alias ls='ls --color=auto'"
- line: "alias ls='ls -F --color=auto'"
-
+ - name: Add line
+ lineinfile:
+ path: ~/.bashrc
+ state: present
+ search_string: "alias ls='ls --color=auto'"
+ line: "alias ls='ls -F --color=auto'"