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 f052042 commit e96f554
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
path: ~/.bashrc
state: absent

- name: Workaround protocol version mismatch -- is your shell clean?
ansible.builtin.package:
name:
- rsync
state: present

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

0 comments on commit e96f554

Please sign in to comment.