diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-12 11:05:38 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-12 11:05:38 +0100 |
| commit | 9bb0b7bab5e7d2bc441e65250c35f34e7975583f (patch) | |
| tree | 586ab510cd0c82b059546b10c3cbd9a812e7ec9f /ansible/roles/mox/tasks | |
| parent | 0b0ce5e0a3a95e3a902f193b344a3891d255a93e (diff) | |
mox service waits for global ipv6
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 7e1f6b9..72ed7c3 100644 --- a/ansible/roles/mox/tasks/main.yml +++ b/ansible/roles/mox/tasks/main.yml @@ -134,7 +134,7 @@ - name: Install mox service register: mox_service - ansible.builtin.copy: + ansible.builtin.template: src: openrc/mox dest: /etc/init.d/mox mode: "755" |
