Skip to content

Commit

Permalink
fix wrong fact used
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarmu committed Jan 20, 2025
1 parent 0182577 commit 3f1f4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/filetree_read/tasks/teams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
register: __contents_filetree_controller_teams
failed_when: "'VARIABLE IS NOT DEFINED' in __contents_filetree_controller_teams"

- name: "Set Roles Data Structure"
- name: "Set Teams Data Structure"
ansible.builtin.set_fact:
controller_roles: >-
controller_teams: >-
{{
__contents_filetree_controller_teams.results |
rejectattr('ansible_facts.controller_teams', 'undefined') |
Expand Down

0 comments on commit 3f1f4ea

Please sign in to comment.