Skip to content

Commit 335a456

Browse files
alanbchristiea.b.christie
andauthored
Scaleway (#3)
* feat: Changes for Scaleway AWX deploy * docs: Doc tweak * fix: New namespace * fix: Fix variable name --------- Co-authored-by: a.b.christie <alan.christie@matildapeak.com>
1 parent acc6c0e commit 335a456

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

roles/operator/tasks/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
# We include 'sensitive-local.vault' variables if the installation name is 'local'.
1010
# The user will need to provide the vault password.
1111

12-
- name: Include sensitive (vault) variables ({{ dt_installation_name }})
12+
- name: Include sensitive (vault) variables ({{ jo_installation_name }})
1313
ansible.builtin.include_vars:
14-
file: sensitive-{{ dt_installation_name }}.vault
15-
when: as_installation_name | length > 0
14+
file: sensitive-{{ jo_installation_name }}.vault
15+
when: jo_installation_name | length > 0
1616

1717
- name: Go
1818
module_defaults:

0 commit comments

Comments
 (0)