0.1.0-DEV-20191105-145744

-------------------------
    * FIX:
      - [WARNING]: No inventory was parsed, only implicit localhost is available
This commit is contained in:
Chris Hammer 2019-11-05 14:58:04 -05:00
parent f20833bc5f
commit 6250fcc9c0

View File

@ -63,7 +63,7 @@ stages:
- pwd - pwd
- ls -ltr - ls -ltr
- ansible-galaxy install -r roles/requirements.yml - ansible-galaxy install -r roles/requirements.yml
- ansible-playbook -v --connection=local ${ANSIBLE_EXTRA_VARS} ${ANSIBLE_PLAY} - ansible-playbook -v -i '127.0.0.1,' --connection=local ${ANSIBLE_EXTRA_VARS} ${ANSIBLE_PLAY}
- git clone git@gitlab.thezengarden.net:zen/le-ssl-certs.git /etc/nginx/ssl - git clone git@gitlab.thezengarden.net:zen/le-ssl-certs.git /etc/nginx/ssl
- /bin/ls -l /etc/nginx/conf.d - /bin/ls -l /etc/nginx/conf.d
- /bin/ls -l /etc/nginx/ssl/* - /bin/ls -l /etc/nginx/ssl/*