Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2023
1 parent 4cfa4b3 commit bf00339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/group_vars/server_type_hmpps_domain_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ collectd_monitored_services_servertype:
- metric_name: chronyd
shell_cmd: "systemctl is-active chronyd"

roles_list: "{{ (ami_roles_list | default([]) | difference(server_type_roles_list | default([]))) + (server_type_roles_list | default([])) }}"
roles_list: "{{ (ami_roles_list | default([]) | difference(server_type_roles_list | default([]))) + (server_type_roles_list | default([])) }}"

0 comments on commit bf00339

Please sign in to comment.