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