Refactoring + final touches
This commit is contained in:
5
ansible/roles/linstor_ha/handlers/main.yml
Normal file
5
ansible/roles/linstor_ha/handlers/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Reload drbd-reactor
|
||||
ansible.builtin.systemd:
|
||||
name: drbd-reactor
|
||||
state: reloaded
|
||||
@@ -65,6 +65,7 @@
|
||||
src: linstor_db.toml.j2
|
||||
dest: /etc/drbd-reactor.d/linstor_db.toml
|
||||
mode: '0644'
|
||||
notify: Reload drbd-reactor
|
||||
|
||||
# Notice how the stat task is gone, replaced by 'creates' and 'removes'
|
||||
- name: Move existing local database to .orig safely
|
||||
|
||||
Reference in New Issue
Block a user