diff --git a/Jenkinsfile b/Jenkinsfile index fbbacd7..d64606e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,6 @@ pipeline { stage ('Hello') { agent any - steps { echo 'Hello, ' @@ -14,6 +13,7 @@ pipeline { echo "Hello from bash" echo "Who I'm $SHELL" ''' + ansiblePlaybook credentialsId: '209d0fa2-bbd7-4af5-9aac-deec1b6aa7ec', inventory: '192.168.150.40,', playbook: 'test_play.yml' } } }