Skip to content

Commit

Permalink
fixup 40c5b74: move ntp to required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocgreis committed Jun 12, 2017
1 parent d7507c5 commit f049f78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ansible/roles/baselayout/tasks/partials/ntp/ntp_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
# package and service are 'ntp' but 'ntpd' is started
#

- name: install ntpd
package: name=ntp state=present

- name: start ntpd
service: name=ntp state=started enabled=yes
4 changes: 4 additions & 0 deletions ansible/roles/baselayout/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,8 @@ packages: {
'gcc',
'git',
]

ubuntu1404: [
'ntp',
]
}

0 comments on commit f049f78

Please sign in to comment.