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',
|
||||
commands: ['cd terraform',
|
||||
'terraform init',
|
||||
'terraform plan -out ./data/runners.plan',
|
||||
'terraform apply ./data/runners.plan -auto-approve',
|
||||
'terraform plan -out /data/runners.plan',
|
||||
'terraform apply /data/runners.plan -auto-approve',
|
||||
],
|
||||
environment: {
|
||||
TF_VAR_root_pass: {from_secret: 'root_pass'},
|
||||
|
||||
Reference in New Issue
Block a user