mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
freepbx.yml: Ansible comment error + typo
This commit is contained in:
parent
b4e93f5167
commit
6bd769ad12
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
||||||
# Not Active at this point.
|
# Not Active at this point.
|
||||||
# 2021-08-05: Asterisk's systemd / systemctl support is getting there but Very
|
# 2021-08-05: Asterisk's systemd / systemctl support is getting there but Very
|
||||||
# Imperfect (even when compiled in, as a result of package 'libsystemd-dev' at
|
# Imperfect (even when compiled in, as a result of package 'libsystemd-dev' at
|
||||||
# the top of asterisk.tml).
|
# the top of asterisk.yml).
|
||||||
# 2021-08-12: Let's try to track the "official" init.d / update-rc.d
|
# 2021-08-12: Let's try to track the "official" init.d / update-rc.d
|
||||||
# instructions ('update-rc.d -f asterisk remove') but using systemd instead,
|
# instructions ('update-rc.d -f asterisk remove') but using systemd instead,
|
||||||
# to be more future-proof?
|
# to be more future-proof?
|
||||||
- name: FreePBX - Disable 'asterisk' systemd service, giving FreePBX full control during boot - similar to officially recommended 'update-rc.d -f asterisk remove' at: https://wiki.freepbx.org/display/FOP/Installing+FreePBX+16+on+Debian+10.9
|
- name: "'FreePBX - Disable 'asterisk' systemd service, giving FreePBX full control during boot - similar to officially recommended 'update-rc.d -f asterisk remove' at: https://wiki.freepbx.org/display/FOP/Installing+FreePBX+16+on+Debian+10.9"
|
||||||
systemd:
|
systemd:
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
name: asterisk
|
name: asterisk
|
||||||
|
|
Loading…
Reference in a new issue