--- - name: Install i3 tiling window manager apt: name: i3 state: present update_cache: yes - name: Remove i3 debug xsession file: name: "/usr/share/xsessions/i3-with-shmlog.desktop" state: absent - name: Copy static files copy: src: files/ dest: / become: yes