Skip to content

Commit

Permalink
ci: update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcristho committed Apr 22, 2024
1 parent 5fd9af7 commit 38502c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Install Ansible Galaxy dependencies
run: |
ansible-galaxy collection install community.general
ansible-galaxy collection install community.mysql
- name: Run ansible-lint
uses: ansible/ansible-lint@main
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.vscode/
*log
hosts

# Vagrant
.vagrant/
Vagrantfile
1 change: 0 additions & 1 deletion ansible-docker/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
append: true
sudo_user: true


- name: Install Docker module for Python
ansible.builtin.pip:
name: docker
Expand Down

0 comments on commit 38502c5

Please sign in to comment.