diff --git a/Jenkinsfile b/Jenkinsfile index b605caa..bcb9fd3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { } } stage('Ansible Remote') { - agent any + agent master steps { ansiblePlaybook credentialsId: '35ed3bb3-d43d-409a-a789-762e1eda4aaf', inventory: '192.168.50.40,', playbook: 'test_play.yml' }