typo yaml

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

View File

@ -3,11 +3,11 @@
hosts: all
become: yes
vars:
- rddbname: "rundeck"
- rduser: "rundeckuser"
- rdpw: "rundeckuserpassword"
- rdhost: "rundeck"
- rdtz: "Europe/Paris"
- rddbname: "rundeck"
- rduser: "rundeckuser"
- rdpw: "rundeckuserpassword"
- rdhost: "rundeck"
- rdtz: "Europe/Paris"
tasks:
- name: Change TimeZone to "{{ rdtz }}"
@ -21,7 +21,7 @@
- gpg
- curl
- wget
- vim
- vim
- openjdk-11-jre-headless
- python3-pymysql
state: present
@ -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