Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 1, 2024
1 parent 92c33b0 commit ed21853
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .config/ansible-lint-ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ playbook.yml yaml[trailing-spaces]
playbook.yml fqcn[action-core]
playbook.yml yaml[indentation]
playbook.yml yaml[line-length]
playbook.yml package-latest
destroyinf.yml fqcn[action-core]
destroyinf.yml yaml[trailing-spaces]
2 changes: 1 addition & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- name: Install Apache

Check warning on line 15 in playbook.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

fqcn[action-core]

Use FQCN for builtin module actions (apt).

Check warning on line 15 in playbook.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[indentation]

Wrong indentation: expected 4 but found 2
apt:
name: apache2
state: latest
state: present

Check warning on line 19 in playbook.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[trailing-spaces]

Trailing spaces
- name: Ensure apache is running

Check warning on line 20 in playbook.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

fqcn[action-core]

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

0 comments on commit ed21853

Please sign in to comment.