diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ffa35e..be67cdc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,9 @@ deploy_to_webserver: - master script: + - echo -e "ANSIBLE_HOSTS" > /etc/ansible/hosts - cat /etc/ansible/hosts + #- ansible-playbook -i /ops/ansible/ when: manual