ansible-course/10-host-vars/roles/db_servers/tasks/main.yml

5 lines
114 B
YAML
Raw Permalink Normal View History

2024-07-14 05:10:41 +02:00
---
- name: install mariadb package on db servers
package:
name: "{{ database_package }}"
2024-07-14 05:10:41 +02:00
state: latest