diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-06 09:07:13 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-06 09:07:13 +0100 |
| commit | 55100c1e0ffcd490b3e3257fe4e75296f4f32e62 (patch) | |
| tree | 713a75f2ba527ed4efc8ff0a1103e9e7db9f3d59 /ansible/roles/mox/tasks | |
| parent | 61c66c3d8111f5424e7aabb176e5f7ce3510c969 (diff) | |
mox restarts, not starts, when changed
Diffstat (limited to 'ansible/roles/mox/tasks')
| -rw-r--r-- | ansible/roles/mox/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/mox/tasks/main.yml b/ansible/roles/mox/tasks/main.yml index 8e441ff..e975f5a 100644 --- a/ansible/roles/mox/tasks/main.yml +++ b/ansible/roles/mox/tasks/main.yml @@ -154,7 +154,7 @@ ansible.builtin.service: name: mox enabled: true - state: started + state: restarted - name: Start mox service and configure to start on boot when: not ( |
