Skip to content

Commit

Permalink
Move ntp to install basic packages task
Browse files Browse the repository at this point in the history
  • Loading branch information
acopar committed Dec 4, 2019
1 parent a21f03d commit 33bf858
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tasks/sys_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@
- screen
- vim
- wget
- ntp
state: present

- name: Install ntp
package: name=ntp state=present

- name: Ensure ntp is enabled and started
service: name=ntpd enabled=yes state=started

Expand Down

0 comments on commit 33bf858

Please sign in to comment.