Update .gitlab-ci.yml

This commit is contained in:
2022-09-25 17:09:01 +00:00
parent 33bb14e113
commit 96e2ceb94f

View File

@@ -78,6 +78,10 @@ ansible:
- ansible-playbook $CI_PROJECT_DIR/main.yml
needs:
- apply
only:
changes:
- terraform.tf
- terraform.tfvars
destroy:
stage: destroy