Skip to content

Commit

Permalink
ADD: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoPlays committed May 6, 2024
1 parent c73157e commit 7c62e59
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 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 @@ -11,6 +11,10 @@
charon_service_id: "{{ charon_service_files.files[0].path | basename | regex_replace('([0-9]+).yaml', '\\1') }}"
when: charon_service_files.matched > 0

- debug:
var: charon_service_id
when: charon_service_files.matched > 0

- name: Find service configs which contain CharonService ID
find:
paths: "/etc/stereum/services"
Expand All @@ -19,6 +23,10 @@
register: service_config_files
when: charon_service_files.matched > 0

- debug:
var: service_config_files
when: charon_service_files.matched > 0

- name: Include SDVT Changes
include_tasks: sdvt_changes.yaml
loop: "{{ service_config_files.files }}"
Expand Down

0 comments on commit 7c62e59

Please sign in to comment.