|
@@ -43,7 +43,8 @@
|
|
kind: secret
|
|
kind: secret
|
|
namespace: openshift-config
|
|
namespace: openshift-config
|
|
name: pull-secret
|
|
name: pull-secret
|
|
- template: files/pull-secret.yml
|
|
|
|
|
|
+ state: present
|
|
|
|
+ definition: "{{ lookup('file', 'files/pull-secret.yml') | from_yaml }}"
|
|
|
|
|
|
- name: Ensure the standard catalog sources are there
|
|
- name: Ensure the standard catalog sources are there
|
|
k8s:
|
|
k8s:
|