c12s-kubespray/roles/kubernetes/preinstall
Vladimir Rutsky 09847567ae set "check_mode: no" for read-only "shell" steps that registers result
"shell" step doesn't support check mode, which currently leads to failures,
when Ansible is being run in check mode (because Ansible doesn't run command,
assuming that command might have effect, and no "rc" or "output" is registered).

Setting "check_mode: no" allows to run those "shell" commands in check mode
(which is safe, because those shell commands doesn't have side effects).
2017-02-13 18:53:41 +03:00
..
defaults Vault security hardening and role isolation 2017-02-08 21:41:36 +00:00
files Preconfigure DNS stack and docker early 2016-12-09 17:30:55 +01:00
handlers Better fix for different CoreOS os family facts 2017-01-05 16:32:08 +01:00
meta Revert "Drop linux capabilities and rework users/groups" 2017-02-06 15:58:54 +03:00
tasks set "check_mode: no" for read-only "shell" steps that registers result 2017-02-13 18:53:41 +03:00
templates Fix resolvconf 2016-12-13 15:48:53 +01:00
vars add aufs-tools package for debian 2016-03-21 17:25:14 +01:00
gen-gitinfos.sh Fix gen-gitinfos.sh 2016-08-23 10:15:30 +02:00