瀏覽代碼

use nextcloud_database_host as host name

master
父節點
當前提交
ae4d5cfb1e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tasks/mysql.yml

+ 1
- 1
tasks/mysql.yml 查看文件

@@ -3,7 +3,7 @@
- name: mysql user
mysql_user:
name: "{{ nextcloud_database_user }}"
host: "{{ (nextcloud_database_host == inventory_hostname) | ternary('localhost',ssh_ip) }}"
host: "{{ (nextcloud_database_host == inventory_hostname) | ternary('localhost',nextcloud_database_host) }}"
password: "{{ nextcloud_database_pass }}"
priv: "{{nextcloud_database_name}}.*:ALL"
delegate_to: "{{ nextcloud_database_host }}"


Loading…
取消
儲存