Update .gitlab-ci.yml

This commit is contained in:
2022-09-25 17:22:43 +00:00
parent e45661b08e
commit e5c2b8fd29

View File

@@ -34,6 +34,7 @@ plan:
changes: changes:
- terraform.tf - terraform.tf
- terraform.tfvars - terraform.tfvars
- main.yml
apply: apply:
stage: apply stage: apply
@@ -61,6 +62,7 @@ apply:
changes: changes:
- terraform.tf - terraform.tf
- terraform.tfvars - terraform.tfvars
- main.yml
when: manual when: manual
ansible: ansible:
@@ -82,7 +84,8 @@ ansible:
only: only:
changes: changes:
- terraform.tf - terraform.tf
- terraform.tfvars - terraform.tfvars
- main.yml
destroy: destroy:
stage: destroy stage: destroy
@@ -107,6 +110,7 @@ destroy:
only: only:
changes: changes:
- terraform.tf - terraform.tf
- terraform.tfvars - terraform.tfvars
- main.yml
when: manual when: manual