ci: samba-dc: Disable check mode

This commit is contained in:
2018-04-08 14:10:55 -05:00
parent b13164f77e
commit f57588d590

View File

@@ -33,7 +33,7 @@ pipeline {
), ),
]) { ]) {
sh ''' sh '''
ansible-playbook --check --diff -b domain-controller.yml -e "@${SUDO_PASS_FILE}" ansible-playbook --diff -b domain-controller.yml -e "@${SUDO_PASS_FILE}"
''' '''
} }
} }