Fix typo
This commit is contained in:
parent
6b3d265524
commit
dd9b42a8b8
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
DBHOST={{ automysqlbackiup_dbhost }}
|
||||
DBHOST={{ automysqlbackup_dbhost }}
|
||||
DBNAMES=`mysql --defaults-file=/etc/mysql/debian.cnf --execute="SHOW DATABASES" | awk '{print $1}' | grep -v ^Database$ | grep -v ^mysql$ | grep -v ^performance_schema$ | grep -v ^information_schema$ | tr \\\r\\\n ,\ `
|
||||
BACKUPDIR="{{ automysqlbackup_backupdir }}"
|
||||
MAILCONTENT="quiet"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue