Skip to content

Commit

Permalink
ci: Workaround protocol version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Sep 6, 2023
1 parent 17a98b8 commit 722711d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,20 @@
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

tasks:
- name: Testing role
ansible.builtin.include_role:
Expand Down

0 comments on commit 722711d

Please sign in to comment.