--- - 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'"