Skip to content

Commit

Permalink
properly formatted yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 1, 2024
1 parent d2914c8 commit a31206c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion aws_ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ regions:

filter:
tag:cicd: sys1
...
...
16 changes: 8 additions & 8 deletions destroyinf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

pre_tasks:

- name: Clean and Remove
apt:
autoclean: true
autoremove: true
- name: Clean and Remove

Check warning on line 8 in destroyinf.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

fqcn[action-core]

Use FQCN for builtin module actions (apt).
apt:
autoclean: true
autoremove: true

tasks:

- name: Install Apache
apt:
name: apache2
state: absent
- name: Install Apache

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 (apt).
apt:
name: apache2
state: absent
...

0 comments on commit a31206c

Please sign in to comment.