Terraform: Dont wait for input
This commit is contained in:
parent
f0bae5e031
commit
6769217f80
@ -51,8 +51,8 @@ steps:
|
|||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- cd tf-stage-1
|
- cd tf-stage-1
|
||||||
- summon terraform init
|
- summon terraform init -input=false
|
||||||
- summon terraform plan # do not run right now. this is still in debug :christ:
|
- summon terraform plan -input=false # do not run right now. this is still in debug :christ:
|
||||||
- name: Run Ansible
|
- name: Run Ansible
|
||||||
image: registry.tobiasmanske.de/ansible-runner:latest
|
image: registry.tobiasmanske.de/ansible-runner:latest
|
||||||
pull: always
|
pull: always
|
||||||
|
Loading…
Reference in New Issue
Block a user