From e5c2b8fd29af684c4a1cf59f4ed0f4172f8fc62f Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 25 Sep 2022 17:22:43 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9aa28b..7652e28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,7 @@ plan: changes: - terraform.tf - terraform.tfvars + - main.yml apply: stage: apply @@ -61,6 +62,7 @@ apply: changes: - terraform.tf - terraform.tfvars + - main.yml when: manual ansible: @@ -82,7 +84,8 @@ ansible: only: changes: - terraform.tf - - terraform.tfvars + - terraform.tfvars + - main.yml destroy: stage: destroy @@ -107,6 +110,7 @@ destroy: only: changes: - terraform.tf - - terraform.tfvars + - terraform.tfvars + - main.yml when: manual