Skip to content

Commit 9a63b27

Browse files
committed
Disable NTP checks on travis
1 parent 02b7e8b commit 9a63b27

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Due to Docker limitations, we can't check:
126126
- Setting locales
127127
- Configure unbound
128128
- Configure sysctl
129+
- Install NTP (it seems /etc/ntp.conf is rewrited between to launch, it breaks idempotence)
129130

130131

131132
License

tests/test-travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
dbs_set_hostname: false
99
dbs_set_locale: false
1010
dbs_use_systemd: true
11+
dbs_set_ntp: false
1112
dbs_sysctl_config: []
1213
# <-- Travis
1314
dbs_uninstall_packages:
@@ -32,7 +33,6 @@
3233
- name: 'regis'
3334
ssh_keys: []
3435
state: 'absent'
35-
dbs_ntp_pkg: 'ntp'
3636
roles:
3737
- ../../
3838

0 commit comments

Comments
 (0)