Fix majority of remaining yamllint warnings and errors
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
1073f70bce
commit
89f6f1fc32
591 changed files with 1491 additions and 1168 deletions
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
- name: ensure packages required for mariadb are installed
|
||||
package:
|
||||
state: present
|
||||
|
@ -29,8 +30,8 @@
|
|||
service: name=mariadb enabled=yes state=started
|
||||
|
||||
- name: set mariaddb root user password
|
||||
no_log: True
|
||||
mysql_user:
|
||||
no_log: true
|
||||
mysql_user:
|
||||
name: root
|
||||
login_user: root
|
||||
login_password: "{{ mariadb_root_password }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue