slight changes to ls commands
This commit is contained in:
parent
41010c9b38
commit
27ada4728c
@ -59,8 +59,8 @@ stages:
|
|||||||
script:
|
script:
|
||||||
- cp -av ${ANSIBLE_ROLE_PATH} /etc/ansible/roles/${ANSIBLE_ROLE}
|
- cp -av ${ANSIBLE_ROLE_PATH} /etc/ansible/roles/${ANSIBLE_ROLE}
|
||||||
- ansible-playbook -v --connection=local ${ANSIBLE_EXTRA_VARS} tests/test.yml
|
- ansible-playbook -v --connection=local ${ANSIBLE_EXTRA_VARS} tests/test.yml
|
||||||
- /bin/ls /etc/nginx/conf.d
|
- /bin/ls /etc/nginx/conf.d/*
|
||||||
- /bin/ls /etc/nginx/ssl
|
- /bin/ls /etc/nginx/ssl/*
|
||||||
- /usr/sbin/nginx -c /etc/nginx/nginx.conf -t
|
- /usr/sbin/nginx -c /etc/nginx/nginx.conf -t
|
||||||
### END TEMPLATES ###
|
### END TEMPLATES ###
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user