c12s-kubespray/roles/bootstrap-os/tasks
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
..
bootstrap-centos.yml Disable fastestmirror on CentOS 2016-12-12 09:54:39 +01:00
bootstrap-coreos.yml set "check_mode: no" for read-only "shell" steps that registers result 2017-02-13 18:53:41 +03:00
bootstrap-ubuntu.yml Rework ignore_errors to report no reds 2016-12-27 13:00:50 +01:00
main.yml Disable fastestmirror on CentOS 2016-12-12 09:54:39 +01:00
setup-pipelining.yml Remove requiretty from sudoers to actually make pipelining work 2016-12-12 09:54:39 +01:00