This commit is contained in:
2023-03-16 22:02:56 +01:00
parent 3d5011135c
commit d612cff49b

2
Jenkinsfile vendored
View File

@@ -9,7 +9,7 @@ pipeline {
} }
stage(" execute Ansible") { stage(" execute Ansible") {
steps { steps {
ansiblePlaybook installation: 'Ansible', playbook: 'test_play.yml' ansiblePlaybook installation: 'ansible', playbook: 'test_play.yml'
} }
} }
} }