You've already forked ansible-role-common
Remove erroneus "."
This commit is contained in:
@@ -73,8 +73,8 @@ local gen_pipeline(distro) =
|
|||||||
image: 'hashicorp/terraform:1.1.7',
|
image: 'hashicorp/terraform:1.1.7',
|
||||||
commands: ['cd terraform',
|
commands: ['cd terraform',
|
||||||
'terraform init',
|
'terraform init',
|
||||||
'terraform plan -out ./data/runners.plan',
|
'terraform plan -out /data/runners.plan',
|
||||||
'terraform apply ./data/runners.plan -auto-approve',
|
'terraform apply /data/runners.plan -auto-approve',
|
||||||
],
|
],
|
||||||
environment: {
|
environment: {
|
||||||
TF_VAR_root_pass: {from_secret: 'root_pass'},
|
TF_VAR_root_pass: {from_secret: 'root_pass'},
|
||||||
|
|||||||
Reference in New Issue
Block a user