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

Update deprecated keyword

parent fa53402a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
- name: "nodeJS | Install required packages"
apt:
pkg={{ item }}
state=installed
state=present
update_cache=yes
with_items:
- python-software-properties
......@@ -29,7 +29,7 @@
- name: "nodeJS | Install core packages"
apt:
pkg={{ item }}
state=installed
state=present
update_cache=yes
with_items:
- nodejs
......
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