Typos.
This commit is contained in:
parent
e6e331ff7b
commit
4e7d737baa
@ -10,7 +10,7 @@ mariadb_version_patch: 2
|
||||
mariadb_version: "{{ mariadb_version_major }}.{{ mariadb_version_minor }}.{{ mariadb_version_patch }}"
|
||||
|
||||
#mariadb root pass; defaults to empty
|
||||
mariadb_root_pass:
|
||||
mariadb_root_pass:
|
||||
|
||||
mariadb_storage_folder: "{{ cloud_storage }}/mariadb/{{ mariadb_version_major }}"
|
||||
mariadb_local_sock: "{{ mariadb_storage_folder }}/mariadb.sock"
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
- gpg-agent
|
||||
|
||||
- name: install mariadb repository key
|
||||
apt_key:
|
||||
apt_key:
|
||||
url: https://mariadb.org/mariadb_release_signing_key.asc
|
||||
state: present
|
||||
|
||||
@ -84,7 +84,7 @@
|
||||
|
||||
- name: run initial cleanup
|
||||
shell: |
|
||||
mariadb
|
||||
mariadb
|
||||
--no-auto-rehash
|
||||
< /root/secure_install.sql
|
||||
when: mdb_install.changed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user