From 0bae88327bbaf4dff552f34b3f53d27d8358c5fd Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sat, 6 Jul 2024 15:41:34 +0200 Subject: Make ip colored --- root_iproute_color.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 root_iproute_color.yml (limited to 'root_iproute_color.yml') 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'" -- cgit v1.2.3