ci: samba-dc: Disable check mode

jenkins-master
Dustin 2018-04-08 14:10:55 -05:00
parent b13164f77e
commit f57588d590
1 changed files with 1 additions and 1 deletions

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}"
''' '''
} }
} }