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