We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f99b2e commit b24ccb2Copy full SHA for b24ccb2
1 file changed
InstallationGuides/MySQL.yml
@@ -1,7 +1,7 @@
1
- hosts: dbservers
2
tasks:
3
- name: Install MySQL
4
- action: apt pkg={{ item }} state=installed
+ action: apt pkg={{ item }} state=present
5
with_items:
6
- libmysqlclient-dev
7
- python-mysqldb
0 commit comments