do not run normal install playbooks, we will run upgrading playbook
This commit is contained in:
parent
c862c5ebb5
commit
24bb29ff91
2 changed files with 3 additions and 1 deletions
|
@ -3,3 +3,4 @@ host_group: os
|
|||
baseiptables: False
|
||||
no_http2: False
|
||||
nm_controlled_resolv: True
|
||||
openshift_ansible_upgrading: True
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
args:
|
||||
chdir: "{{ openshift_ansible_path }}"
|
||||
register: run_ansible_out
|
||||
when: openshift_ansible_pre_playbook is defined
|
||||
when: openshift_ansible_pre_playbook is defined and not openshift_ansible_upgrading is defined
|
||||
tags:
|
||||
- ansible-ansible-openshift-ansible
|
||||
|
||||
|
@ -55,6 +55,7 @@
|
|||
register: run_ansible_out
|
||||
tags:
|
||||
- ansible-ansible-openshift-ansible
|
||||
when: not openshift_ansible_upgrading is defined
|
||||
|
||||
- name: display run ansible stdout_lines
|
||||
debug:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue