typo yaml

This commit is contained in:
phil 2022-12-04 00:48:33 +01:00
parent e1787bffb9
commit cd88015999

View File

@ -31,7 +31,7 @@
name: mariadb-server
state: present
- name: cree db "{{ rddbname }}"
- name: cree db "{{ rddbname }}"
community.mysql.mysql_db:
name: "{{ rddbname }}"
state: present