move this around to make sure it installs on more than the control host

This commit is contained in:
Kevin Fenzi 2018-05-31 22:56:57 +00:00
parent 9b5260f3a5
commit ac97f4e4fd
2 changed files with 5 additions and 6 deletions

View file

@ -29,12 +29,6 @@
- ansible-ansible-openshift-ansible
- ansible-ansible-openshift-ansible-config
- name: install redhat ca file
package: name=subscription-manager-rhsm-certificates state=installed
tags:
- ansible-ansible-openshift-ansible
- ansible-ansible-openshift-ansible-config
- name: run ansible prereqs playbook
shell: "ansible-playbook {{ openshift_ansible_pre_playbook }} -i {{ cluster_inventory_filename }}"
args: