fix inventory file
All checks were successful
dreamfall/mcmillian.dev/pipeline/head This commit looks good
All checks were successful
dreamfall/mcmillian.dev/pipeline/head This commit looks good
This commit is contained in:
parent
0b3c990732
commit
13c26038e1
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -5,7 +5,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
ansiblePlaybook(
|
ansiblePlaybook(
|
||||||
playbook: 'main.yaml',
|
playbook: 'main.yaml',
|
||||||
inventory: 'inventory.yaml',
|
inventory: 'hosts.ini',
|
||||||
credentialsId: 'igor'
|
credentialsId: 'igor'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue