Attempt fix for unit name
This commit is contained in:
parent
c6f174dd55
commit
019f6bf6f3
1 changed files with 2 additions and 2 deletions
|
|
@ -388,13 +388,13 @@ Unowned /etc config files not attributed to packages or services.
|
||||||
failed_when: false
|
failed_when: false
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
- name: Ensure {{ unit_name }} is enabled (preserve running state)
|
- name: Ensure unit is enabled (preserve running state)
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: "{{ unit_name }}"
|
name: "{{ unit_name }}"
|
||||||
enabled: true
|
enabled: true
|
||||||
when: _unit_probe is succeeded
|
when: _unit_probe is succeeded
|
||||||
|
|
||||||
- name: Start {{ unit_name }} if it was active at harvest time
|
- name: Start unit if it was active at harvest time
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: "{{ unit_name }}"
|
name: "{{ unit_name }}"
|
||||||
state: started
|
state: started
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue