Skip to content

Commit 90a02c6

Browse files
author
Amrita
committed
changed the var to caps
1 parent 31bac1e commit 90a02c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/migration-writing-ansible-playbook-hook.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ The `MigPlan` CR name and migration namespaces are passed as environment variabl
7676
gather_facts: false
7777
tasks:
7878
- set_fact:
79-
namespaces: "{{ (lookup( 'env', 'migration_namespaces')).split(',') }}"
79+
namespaces: "{{ (lookup( 'env', 'MIGRATION_NAMESPACES')).split(',') }}"
8080
8181
- debug:
8282
msg: "{{ item }}"
8383
with_items: "{{ namespaces }}"
8484
8585
- debug:
86-
msg: "{{ lookup( 'env', 'migplan_name') }}"
86+
msg: "{{ lookup( 'env', 'MIGRATION_PLAN_NAME') }}"
8787
----

0 commit comments

Comments
 (0)