mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
OSBS: match all osbs hosts from inventory
Signed-off-by: siddharthvipul <siddharthvipul1@gmail.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
9af14303f4
commit
25cd75260f
@@ -48,7 +48,7 @@
|
||||
tags:
|
||||
- ansible-ansible-openshift-ansible
|
||||
- ansible-ansible-openshift-ansible-config
|
||||
when: inventory_hostname.startswith('osbs-')
|
||||
when: inventory_hostname.startswith('osbs')
|
||||
|
||||
- name: run ansible prereqs playbook
|
||||
shell: "ansible-playbook {{ openshift_ansible_pre_playbook }} -i {{ cluster_inventory_filename }}"
|
||||
|
||||
Reference in New Issue
Block a user