Update 'jumpcloud.yaml'

master
Ariel Antigua 2018-09-06 21:54:27 -04:00
parent 4771c5a891
commit 720c7713bf
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
action: apt pkg='curl' state=installed
when: "'$ansible_pkg_mgr' == 'apt'"
- name: Install curl package (Debian based)
- name: Install ntpdate package (Debian based)
action: apt pkg='ntpdate' state=installed
when: "'$ansible_pkg_mgr' == 'apt'"