diff options
author | uvok cheetah | 2024-07-06 15:41:34 +0200 |
---|---|---|
committer | uvok cheetah | 2024-07-06 15:41:34 +0200 |
commit | 0bae88327bbaf4dff552f34b3f53d27d8358c5fd (patch) | |
tree | 64e5a526655c9cf695f8e3893ac235e9cf47af80 | |
parent | e141d13ee7e6e16c5a3cb6f10c59a07cac3ec0d8 (diff) |
Make ip colored
-rw-r--r-- | root_iproute_color.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/root_iproute_color.yml b/root_iproute_color.yml new file mode 100644 index 0000000..dd12427 --- /dev/null +++ b/root_iproute_color.yml @@ -0,0 +1,10 @@ +--- +- name: Make sure colorful ls + hosts: server + gather_facts: false + tasks: + - name: Add line + lineinfile: + path: ~/.bashrc + state: present + line: "alias ip='ip --color=auto'" |