diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8484f92..63da7a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ deploy_to_webserver: script: - mkdir /etc/ansible - echo -e "$ANSIBLE_HOSTS" > /etc/ansible/hosts + - cat /etc/ansible/hosts - ansible-playbook ops/ansible/httpd-centos.yml