Skip to content

Commit

Permalink
fix: don't start ont network config service (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco authored May 8, 2024
1 parent 3c85063 commit a10f381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ monitoring_ont_os_services:
- enabled: true
service_name: "{{ monitoring_ont_os_service_file_name }}"
service_state: "{{ configure_monitoring_ont | ternary('started', 'stopped') }}"
# Don't start this service because a timer takes care of that
- enabled: true
service_name: "{{ monitoring_ont_network_config_service_file_name }}"
service_state: "{{ configure_monitoring_ont | ternary('started', 'stopped') }}"
monitoring_ont_templates_to_render:
- src: "{{ monitoring_ont_tag }}/{{ monitoring_ont_os_service_file_name }}.jinja"
dest: "{{ systemd_system_services_configuration_directory }}/{{ monitoring_ont_os_service_file_name }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ restic_templates_to_render:
dest: "{{ restic_docker_compose_destination_file_path }}"
state: "{{ configure_backup_restic | ternary('file', 'absent') }}"
docker_compose_services_to_restart: "{{ restic_docker_compose_up_items }}"
# This file may contain secrets, so we want to restric access to the owner and group only
# This file may contain secrets, so we want to restrict access to the owner and group only
# (defaults to root:root)
mode: "0640"
...

0 comments on commit a10f381

Please sign in to comment.