--- - name: Make sure colorful ls hosts: all gather_facts: false tasks: - name: Add line lineinfile: path: ~/.bashrc state: present search_string: "alias ls" line: "alias ls='ls -F --color=auto'"