mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-04 02:01:04 -03:30
Merge pull request #1021 from holser/remove_deprecated
Replace always_run with check_mode
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
- name: 'GIT | generate git informations'
|
- name: 'GIT | generate git informations'
|
||||||
local_action: command {{ role_path }}/gen-gitinfos.sh global
|
local_action: command {{ role_path }}/gen-gitinfos.sh global
|
||||||
register: gitinfo
|
register: gitinfo
|
||||||
always_run: yes
|
check_mode: no
|
||||||
|
|
||||||
- name: 'GIT | copy ansible information'
|
- name: 'GIT | copy ansible information'
|
||||||
template:
|
template:
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
- name: 'GIT | generate diff file'
|
- name: 'GIT | generate diff file'
|
||||||
local_action: command {{ role_path }}/gen-gitinfos.sh diff
|
local_action: command {{ role_path }}/gen-gitinfos.sh diff
|
||||||
register: gitdiff
|
register: gitdiff
|
||||||
always_run: yes
|
check_mode: no
|
||||||
|
|
||||||
- name: 'GIT | copy git diff file'
|
- name: 'GIT | copy git diff file'
|
||||||
copy:
|
copy:
|
||||||
|
|||||||
Reference in New Issue
Block a user