mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 20:00:18 +01:00
4 lines
153 B
YAML
4 lines
153 B
YAML
---
|
|
- name: Ensure MySQL packages are installed.
|
|
yum: "name={{ item }} state=installed enablerepo={{ mysql_enablerepo }}"
|
|
with_items: mysql_packages
|