pipeline { agent any stages { stage(" execute Ansible") { steps { ansiblePlaybook playbook: 'test_play.yml' } } } }