Merge "Do not run rendering all_nodes data as group_vars in check mode" into stable/train

This commit is contained in:
Zuul 2019-11-07 22:54:25 +00:00 committed by Gerrit Code Review
commit 52d19c03d2
1 changed files with 7 additions and 0 deletions

View File

@ -426,6 +426,7 @@ outputs:
delegate_to: localhost
become: false
run_once: true
when: not ansible_check_mode|bool
block:
- name: Get current user
command: whoami
@ -909,6 +910,7 @@ outputs:
delegate_to: localhost
become: false
run_once: true
when: not ansible_check_mode|bool
block:
- name: Get current user
command: whoami
@ -1013,6 +1015,7 @@ outputs:
delegate_to: localhost
become: false
run_once: true
when: not ansible_check_mode|bool
block:
- name: Get current user
command: whoami
@ -1120,6 +1123,7 @@ outputs:
delegate_to: localhost
become: false
run_once: true
when: not ansible_check_mode|bool
block:
- name: Get current user
command: whoami
@ -1196,6 +1200,7 @@ outputs:
delegate_to: localhost
become: false
run_once: true
when: not ansible_check_mode|bool
block:
- name: Get current user
command: whoami
@ -1328,6 +1333,7 @@ outputs:
delegate_to: localhost
become: false
run_once: true
when: not ansible_check_mode|bool
block:
- name: Get current user
command: whoami
@ -1458,6 +1464,7 @@ outputs:
delegate_to: localhost
become: false
run_once: true
when: not ansible_check_mode|bool
block:
- name: Get current user
command: whoami