Skip to content

Commit b24ccb2

Browse files
Update MySQL.yml
1 parent 4f99b2e commit b24ccb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

InstallationGuides/MySQL.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- hosts: dbservers
22
tasks:
33
- name: Install MySQL
4-
action: apt pkg={{ item }} state=installed
4+
action: apt pkg={{ item }} state=present
55
with_items:
66
- libmysqlclient-dev
77
- python-mysqldb

0 commit comments

Comments
 (0)