From 0423c4427c532c3c9602baf1bd068101e40339cf Mon Sep 17 00:00:00 2001 From: Kev Jimenez Date: Thu, 1 Feb 2024 04:07:12 +0000 Subject: [PATCH] playbook --- aws_ec2.yml | 1 - destroyinf.yml | 9 +-------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/aws_ec2.yml b/aws_ec2.yml index 8bf7c04..1bf7ae2 100644 --- a/aws_ec2.yml +++ b/aws_ec2.yml @@ -2,6 +2,5 @@ plugin: amazon.aws.aws_ec2 regions: - ap-southeast-1 - filter: tag:cicd: sys1 \ No newline at end of file diff --git a/destroyinf.yml b/destroyinf.yml index 6e79e56..7503b17 100644 --- a/destroyinf.yml +++ b/destroyinf.yml @@ -15,11 +15,4 @@ - name: Install Apache apt: name: apache2 - state: absent - - - - - - - + state: absent \ No newline at end of file