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
|
baseiptables: False
|
||||||
no_http2: False
|
no_http2: False
|
||||||
nm_controlled_resolv: True
|
nm_controlled_resolv: True
|
||||||
|
openshift_ansible_upgrading: True
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
args:
|
args:
|
||||||
chdir: "{{ openshift_ansible_path }}"
|
chdir: "{{ openshift_ansible_path }}"
|
||||||
register: run_ansible_out
|
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:
|
tags:
|
||||||
- ansible-ansible-openshift-ansible
|
- ansible-ansible-openshift-ansible
|
||||||
|
|
||||||
|
@ -55,6 +55,7 @@
|
||||||
register: run_ansible_out
|
register: run_ansible_out
|
||||||
tags:
|
tags:
|
||||||
- ansible-ansible-openshift-ansible
|
- ansible-ansible-openshift-ansible
|
||||||
|
when: not openshift_ansible_upgrading is defined
|
||||||
|
|
||||||
- name: display run ansible stdout_lines
|
- name: display run ansible stdout_lines
|
||||||
debug:
|
debug:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue