diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0cc878c..f65db54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,6 +68,9 @@ stages: - ls -ltr - ansible-galaxy install -r roles/requirements.yml - ansible-playbook -v -i '127.0.0.1,' --connection=local ${ANSIBLE_EXTRA_VARS} ${ANSIBLE_PLAY} + - cat /etc/ntp.conf + - ansible-playbook -v -i '127.0.0.1,' --connection=local ${ANSIBLE_EXTRA_VARS} ${ANSIBLE_PLAY} -e ntp_node_type=client + - cat /etc/ntp.conf ### END TEMPLATES ###