Skip to content

Commit

Permalink
FIX: undefined var
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoPlays committed May 6, 2024
1 parent c1bd60e commit c73157e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controls/roles/update-changes/tasks/2.1.4/updates-214.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
read_whole_file: true
contains: "{{ charon_service_id }}"
register: service_config_files
when: charon_service_files.matched > 0

- name: Include SDVT Changes
include_tasks: sdvt_changes.yaml
loop: "{{ service_config_files.files }}"
when: charon_service_files.matched > 0

0 comments on commit c73157e

Please sign in to comment.