Skip to content

Commit

Permalink
CHanges to ctlog config
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyd450 committed Nov 5, 2024
1 parent 1443a8b commit 0b9f7b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/tas_single_node/tasks/podman/ctlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
block:
- name: Use Custom Config
when: tas_single_node_custom_ctlog_config != ""
ansible.builtin.set_fact:
ctlog_config_content: '{{tas_single_node_custom_ctlog_config}}'
ansible.builtin.set_fact:
ctlog_config_content: '{{ tas_single_node_custom_ctlog_config }}'
- name: Use Template Ctlog Config
when: tas_single_node_custom_ctlog_config == ""
ansible.builtin.set_fact:
Expand Down

0 comments on commit 0b9f7b0

Please sign in to comment.