diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6974b8e..529aa33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,6 +78,10 @@ ansible: - ansible-playbook $CI_PROJECT_DIR/main.yml needs: - apply + only: + changes: + - terraform.tf + - terraform.tfvars destroy: stage: destroy