From 132719d97f1f7b2c35b67871a18701bd4ba06688 Mon Sep 17 00:00:00 2001 From: Kev Jimenez Date: Wed, 31 Jan 2024 12:43:26 +0000 Subject: [PATCH] added actions for docker installation --- .github/workflows/destroy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/destroy.yml b/.github/workflows/destroy.yml index 4e9ac75..e459ca2 100644 --- a/.github/workflows/destroy.yml +++ b/.github/workflows/destroy.yml @@ -12,6 +12,9 @@ jobs: - name: Checkout code uses: actions/checkout@v3 + - name: Remove Apache + uses: ansible -i aws_ec2.yml -all -m apt -a "name=apache2 status=absent" + - name: Terraform init run: terraform init