gitlab-cy.yml

This commit is contained in:
s0dy 2018-11-17 21:55:46 +01:00
parent a2af2fe3b5
commit 41aa43910f

View File

@ -18,7 +18,7 @@ deploy_to_webserver:
- mkdir /etc/ansible - mkdir /etc/ansible
- echo -e "$ANSIBLE_HOSTS" > /etc/ansible/hosts - echo -e "$ANSIBLE_HOSTS" > /etc/ansible/hosts
- cat /etc/ansible/hosts - cat /etc/ansible/hosts
#- ansible-playbook -i /ops/ansible/ - ansible-playbook -i ops/ansible/httpd-centos.yml
when: manual when: manual