Skip to content

Commit

Permalink
Merge pull request #37 from mila-iqia/ci/unpin_ansible-lint
Browse files Browse the repository at this point in the history
ci: Unpin ansible-lint
  • Loading branch information
btravouillon authored Jun 17, 2024
2 parents b51439b + 5f51067 commit d72bd0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v3

- name: Install packages
run: pip install 'ansible-lint<6.17.0'
run: pip install ansible-lint

- name: Run ansible linter
run: ansible-lint
5 changes: 2 additions & 3 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
- hosts: all
name: Prepare the environment

- name: Prepare the environment
hosts: all
tasks:
- name: "Update APT cache"
ansible.builtin.apt:
Expand Down

0 comments on commit d72bd0c

Please sign in to comment.