--- - name: Install Vifm (file manager for the terminal) become: true pacman: name: vifm state: present - name: Synchronizes the configuration synchronize: src: vifm dest: /$HOME/.config delete: true