Skip to content

Commit

Permalink
linter fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Mar 6, 2024
1 parent 29e1155 commit 2d8690d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
(ansible_distribution == "SLES" and ansible_distribution_major_version == "12") or
(ansible_distribution == "CentOS" and ansible_distribution_major_version == "7" )
tags: ntp_time
a

- name: Record NTPD Status
set_fact:
ntpd_status: "{{ services['ntpd'][stat] | default ('not_present')}}"

Check warning on line 50 in ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/NTP_TIME/tasks/main.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

jinja[spacing]

Jinja2 spacing could be improved: {{ services['ntpd']\[stat] | default ('not_present')}} -> {{ services['ntpd']\[stat] | default('not_present') }}
Expand Down

0 comments on commit 2d8690d

Please sign in to comment.