Added electrs-init.sh to start with proper arguments for listening
typo in cockpit-storage name removed task for linger as need to find another way to do it
This commit is contained in:
@@ -89,12 +89,12 @@
|
||||
state: stopped
|
||||
masked: true
|
||||
|
||||
- name: Set {{ ansible_user }} user to linger
|
||||
become: yes
|
||||
become_method: sudo
|
||||
command: loginctl enable-linger {{ ansible_user }}
|
||||
args:
|
||||
creates: /var/lib/systemd/linger/{{ ansible_user }}
|
||||
#- name: Set {{ ansible_user }} user to linger
|
||||
#become: yes
|
||||
#become_method: sudo
|
||||
#command: loginctl enable-linger {{ ansible_user }}
|
||||
#args:
|
||||
#creates: /var/lib/systemd/linger/{{ ansible_user }}
|
||||
|
||||
- name: Set update zincati wariness to {{update_wariness}}
|
||||
become: yes
|
||||
@@ -114,6 +114,9 @@
|
||||
[updates]
|
||||
strategy = "periodic"
|
||||
|
||||
[updates.periodic]
|
||||
time_zone={{ update_schedule_timezone }}
|
||||
|
||||
[[updates.periodic.window]]
|
||||
days = {{ update_schedule_days }}
|
||||
start_time = {{ update_schedule_starttime }}
|
||||
|
||||
Reference in New Issue
Block a user