Skip to content
Snippets Groups Projects
Commit e2bf81ad authored by jurgenhaas's avatar jurgenhaas
Browse files

Update deprecated keyword

parent 79c733c4
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
- name: "MySQL | Install required packages"
apt:
pkg='mysql-server'
state='installed'
state='present'
# The following should also work for the new mechanism of MySQL 5.7 where
# the auth plugin for root@localhost is initially set to socket mode.
......
......@@ -19,7 +19,7 @@
- name: "MySQL | Update required packages"
apt:
pkg='{{ item }}'
state=installed
state=present
with_items:
- 'mysql-server'
- 'mytop'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment