Skip to content

Commit

Permalink
fix: Now loads variables from the parameter file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Sep 20, 2024
1 parent da412c5 commit 8518e96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/player/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
- name: Include prep
include_tasks: prep.yaml

- name: Load parameters from {{ fp_parameter_file }}
include_vars:
file: "{{ fp_parameter_file }}"

# A kubernetes host and an API key must be set.
# Either environment variables wil have been set by the user
# or AWX 'kubernetes' credentials will have injected them.
Expand Down

0 comments on commit 8518e96

Please sign in to comment.