Skip to content

Commit 6b7274c

Browse files
committed
Finally got the value passed correctly
1 parent e430f06 commit 6b7274c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

site.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77
- name: Load vars task
88
community.sops.load_vars:
99
file: secrets/secrets.yaml
10-
- name: Deploy OpenShift Local + GitOps
11-
gather_facts: true
10+
11+
- name: Deploy OpenShift Local (crc) and GitOps + KSOPS
1212
hosts: all
13+
gather_facts: true
1314
roles:
14-
- crc
15-
- ksopsgitops
15+
- role: crc
16+
- role: ksopsgitops
17+
vars:
18+
age_keys: "{{ hostvars['localhost']['age_keys'] }}"

0 commit comments

Comments
 (0)