소스 검색

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 }}"


불러오는 중...
취소
저장