Browse Source

Merge pull request #1021 from holser/remove_deprecated

Replace always_run with check_mode
pull/1027/head
Matthew Mosesohn 7 years ago
committed by GitHub
parent
commit
f5e27f1a21
1 changed files with 2 additions and 2 deletions
  1. 4
      roles/kubernetes/preinstall/tasks/gitinfos.yml

4
roles/kubernetes/preinstall/tasks/gitinfos.yml

@ -10,7 +10,7 @@
- name: 'GIT | generate git informations'
local_action: command {{ role_path }}/gen-gitinfos.sh global
register: gitinfo
always_run: yes
check_mode: no
- name: 'GIT | copy ansible information'
template:
@ -21,7 +21,7 @@
- name: 'GIT | generate diff file'
local_action: command {{ role_path }}/gen-gitinfos.sh diff
register: gitdiff
always_run: yes
check_mode: no
- name: 'GIT | copy git diff file'
copy:

Loading…
Cancel
Save