Skip to content

Commit

Permalink
added actions for docker installation
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Jan 31, 2024
1 parent 132719d commit 20ea9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Remove Apache
uses: ansible -i aws_ec2.yml -all -m apt -a "name=apache2 status=absent"
run: ansible -i aws_ec2.yml -all -m apt -a "name=apache2 status=absent"

- name: Terraform init
run: terraform init
Expand Down

0 comments on commit 20ea9af

Please sign in to comment.