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

@ -83,6 +83,11 @@
option: pipelining
value: "True"
- name: install redhat ca file
package:
name: subscription-manager-rhsm-certificates
state: present
- name: Deploy OpenShift cluster
hosts: os-control:os-control-stg
tags:

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: