I have the following in Jenkinsfile:
{ def ENV_SERVER = [\'192.168.101.30\'] sh \'ansible-playbook nginx_depl.yml --limit 127.0.0.1\' }
Then