Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: kogeler <roman.gavrilov@parity.io>
  • Loading branch information
kogeler committed May 24, 2024
1 parent 7a32f9b commit 7906cc3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/ws_health_exporter/molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
- name: Install Python3
ansible.builtin.raw: apt -y update && apt install -y python3
changed_when: false
- name: Install required packages
ansible.builtin.apt:
name:
- gpg
update_cache: false
changed_when: false
tasks:
- name: Include node alice
# use include role to skip ansible-lint
Expand Down

0 comments on commit 7906cc3

Please sign in to comment.