diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index e5c5a3d..762099d 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -77,21 +77,7 @@ modification_time: preserve access_time: preserve - - name: Workaround protocol version mismatch -- is your shell clean? - Backup - ansible.builtin.copy: - remote_src: true - src: ~/.bashrc - dest: ~/.bashrc_old - owner: "{{ ansible_user }}" - group: "{{ ansible_user }}" - mode: '0644' - - - name: Workaround protocol version mismatch -- is your shell clean? - ansible.builtin.file: - path: ~/.bashrc - state: absent - - - name: Workaround protocol version mismatch -- is your shell clean? + - name: Install rsync ansible.builtin.package: name: - rsync diff --git a/tasks/main.yml b/tasks/main.yml index 19f7781..90f490d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -5,14 +5,13 @@ - name: Splash Screen - copy to device ansible.posix.synchronize: - src: "splashscreens_to_copy/suspended.png" + src: "files/splashscreens_to_copy/suspended.png" dest: "/usr/share/remarkable/suspended.png" - name: Copy templates and templates.json to device ansible.posix.synchronize: - src: "templates_to_copy/" + src: "files/templates_to_copy/" dest: "/usr/share/remarkable/templates/" - name: Restart xochitl - ansible.builtin.raw: systemctl restart xochitl - changed_when: true # avoid lint error: no-changed-when + ansible.builtin.raw: systemctl restart xochitl # noqa: no-changed-when