Skip to content

Commit

Permalink
lint and added changed when
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 1, 2024
1 parent 050f493 commit 352175c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .config/ansible-lint-ignore.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
playbook.yml yaml[trailing-spaces]
playbook.yml fqcn[action-core]
playbook.yml risky-shell-pipe
destroyinf.yml fqcn[action-core]
destroyinf.yml yaml[trailing-spaces]
1 change: 1 addition & 0 deletions destroyinf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

- name: Uninstall Docker Prerequisites

Check warning on line 15 in destroyinf.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

fqcn[action-core]

Use FQCN for builtin module actions (shell).
shell: for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done
changed_when: false

- name: Install Apache

Check warning on line 19 in destroyinf.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

fqcn[action-core]

Use FQCN for builtin module actions (apt).
apt:
Expand Down

0 comments on commit 352175c

Please sign in to comment.