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

Update deprecated keyword

parent a7070cb3
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
- name: "ServerDensity | Apache | Install The Agent"
apt:
pkg=sd-agent-apache
state=installed
state=present
notify: "ServerDensity | Restart Agent"
- name: "ServerDensity | Apache | Configure The Agent"
......
......@@ -4,7 +4,7 @@
- name: "ServerDensity | MySQL | Install The Agent"
apt:
pkg=sd-agent-mysql
state=installed
state=present
notify: "ServerDensity | Restart Agent"
- name: "ServerDensity | MySQL | Configure The Agent"
......
......@@ -27,7 +27,7 @@
- name: "ServerDensity | Install The Agent"
apt:
pkg=sd-agent
state=installed
state=present
update_cache=yes
notify: "ServerDensity | Restart Agent"
......
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