mysql: use check_mode for apg command

* Fix usage of mysql role with --check
This commit is contained in:
Victor LABORIE 2018-04-13 12:07:55 +02:00
parent f5a914bf63
commit 81861bad80
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ The **patch** part changes incrementally at each release.
* packweb-apache: use dependencies instead of include_role for apache and php roles
### Fixed
* mysql: use check_mode for apg command (Fix --check)
### Security

View File

@ -13,6 +13,7 @@
command: "apg -n 1 -m 16 -M lcN"
register: mysql_admin_password
changed_when: False
check_mode: False
tags:
- mysql
@ -48,6 +49,7 @@
command: "apg -n 1 -m 16 -M lcN"
register: mysql_debian_password
changed_when: False
check_mode: False
tags:
- mysql