fix ansible-ansible-openshift-ansible to handle older openshift ansible
This commit is contained in:
parent
2bc9ab059f
commit
56053f1088
2 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,6 @@
|
|||
openshift_master_public_api_url: "https://{{ osbs_url }}:8443",
|
||||
openshift_release: "v3.6.0",
|
||||
openshift_ansible_path: "/root/openshift-ansible",
|
||||
openshift_ansible_pre_playbook: "playbooks/prerequisites.yml",
|
||||
openshift_ansible_playbook: "playbooks/byo/config.yml",
|
||||
openshift_ansible_version: "release-3.6-fedora-compat",
|
||||
openshift_ansible_ssh_user: root,
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
args:
|
||||
chdir: "{{ openshift_ansible_path }}"
|
||||
register: run_ansible_out
|
||||
when: openshift_ansible_pre_playbook is defined
|
||||
tags:
|
||||
- ansible-ansible-openshift-ansible
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue