Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 1, 2024
1 parent 5861e9b commit 8e2ace2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
- name: Install Docker Packages

Check warning on line 39 in playbook.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

fqcn[action-core]

Use FQCN for builtin module actions (apt).
apt:
name:
- docker-ce
- docker-ce-cli
- containerd.io
- docker-buildx-plugin
- docker-compose-plugin
- docker-ce

Check failure on line 42 in playbook.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[indentation]

Wrong indentation: expected 10 but found 9
- docker-ce-cli
- containerd.io
- docker-buildx-plugin
- docker-compose-plugin
...

0 comments on commit 8e2ace2

Please sign in to comment.