--- - name: Enable pacman colors. lineinfile: path: /etc/pacman.conf state: present regexp: ^# Color line: Color insertafter: "[options]" - name: Enable eye candy. lineinfile: path: /etc/pacman.conf state: present regexp: ^# ILoveCandy line: ILoveCandy insertafter: "[options]"