mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-10 15:23:27 +02:00
Update to 2025-03-25 15:00
This commit is contained in:
parent
db994bdb99
commit
cfb8b7a271
@ -91,7 +91,7 @@
|
|||||||
|
|
||||||
- name: Set root password
|
- name: Set root password
|
||||||
command: |
|
command: |
|
||||||
{{ mysql_engine == 'mysql' | ternary('mysqladmin', 'mariadb-admin') }} password "{{ my_root_pass.stdout }}"
|
{{ (mysql_engine == 'mysql') | ternary('mysqladmin', 'mariadb-admin') }} password "{{ my_root_pass.stdout }}"
|
||||||
when:
|
when:
|
||||||
- not my_no_cnf.stat.exists
|
- not my_no_cnf.stat.exists
|
||||||
- my_root_pass.stdout is defined
|
- my_root_pass.stdout is defined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user