Skip to content

Commit

Permalink
fix variable lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Mar 11, 2024
1 parent 1aede16 commit 63acf73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- name: Check if SAS variable is defined
set_fact:
apple_variables: yes
when: not xcode11_installed.stat.exists and XCode11.7_SAS_TOKEN is defined
when: not xcode11_installed.stat.exists and vars['XCode11.7_SAS_TOKEN'] is defined

- name: Display Information when XCode11.7_SAS_TOKEN is not defined
debug:
Expand Down

0 comments on commit 63acf73

Please sign in to comment.