mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
pbx/tasks/freepbx.yml: Remove gratuitous 'state: present' from mysql_user, myqsl_db
This commit is contained in:
parent
158a15c3c2
commit
7c43cddedc
1 changed files with 0 additions and 3 deletions
|
@ -151,7 +151,6 @@
|
|||
# login_user: root
|
||||
# login_password: "{{ mysql_root_password }}"
|
||||
host: "{{ (asterisk_db_host == 'localhost') | ternary('localhost', ansible_default_ipv4.address) }}"
|
||||
state: present
|
||||
|
||||
- name: FreePBX - Add MySQL db ({{ asterisk_db_dbname }})
|
||||
mysql_db:
|
||||
|
@ -161,7 +160,6 @@
|
|||
login_host: "{{ asterisk_db_host }}"
|
||||
login_user: "{{ asterisk_db_user }}"
|
||||
login_password: "{{ asterisk_db_password }}"
|
||||
state: present
|
||||
|
||||
- name: FreePBX - Add CDR MySQL db ({{ asterisk_db_cdrdbname }})
|
||||
mysql_db:
|
||||
|
@ -171,7 +169,6 @@
|
|||
login_host: "{{ asterisk_db_host }}"
|
||||
login_user: "{{ asterisk_db_user }}"
|
||||
login_password: "{{ asterisk_db_password }}"
|
||||
state: present
|
||||
|
||||
|
||||
# 2021-08-16: DOES NGINX NEED THE NEXT 2 STANZAS? (If not, should 'when: pbx_use_apache' be added?)
|
||||
|
|
Loading…
Add table
Reference in a new issue