Move this to the right place at last.
This commit is contained in:
parent
ac97f4e4fd
commit
8c7f79bf01
1 changed files with 4 additions and 5 deletions
|
@ -41,6 +41,10 @@
|
|||
src: "{{files}}/osbs/docker-storage-setup"
|
||||
dest: "/etc/sysconfig/docker-storage-setup"
|
||||
|
||||
- name: install redhat ca file
|
||||
package:
|
||||
name: subscription-manager-rhsm-certificates
|
||||
state: present
|
||||
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
|
@ -83,11 +87,6 @@
|
|||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue