fix inventory file
All checks were successful
dreamfall/mcmillian.dev/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2023-03-05 10:31:40 -08:00
parent 0b3c990732
commit 13c26038e1

2
Jenkinsfile vendored
View file

@ -5,7 +5,7 @@ pipeline {
steps {
ansiblePlaybook(
playbook: 'main.yaml',
inventory: 'inventory.yaml',
inventory: 'hosts.ini',
credentialsId: 'igor'
)
}