diff --git a/.drone.yml b/.drone.yml index 91fbbe9..8407a63 100644 --- a/.drone.yml +++ b/.drone.yml @@ -52,7 +52,7 @@ steps: commands: - cd tf-stage-1 - summon terraform init -input=false - - summon terraform plan -input=false # do not run right now. this is still in debug :christ: + - summon terraform apply -auto-approve -input=false - name: Run Ansible image: registry.tobiasmanske.de/ansible-runner:latest pull: always