Skip to content
Snippets Groups Projects
Commit 74a87338 authored by nimrod's avatar nimrod
Browse files

Correct include statement.

parent b24b7cb9
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
assert: assert:
that: ansible_os_family in [ 'Debian', 'OpenBSD' ] that: ansible_os_family in [ 'Debian', 'OpenBSD' ]
- include: ntp_OpenBSD.yml - include: ntpd.yml
when: ansible_os_family == 'OpenBSD' or not ansible_init == 'systemd' when: ansible_os_family == 'OpenBSD' or not ansible_init == 'systemd'
- include: systemd-timesyncd.yml - include: systemd-timesyncd.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment