mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix path to ntp.conf.j2 in example.
The "common" role adds "common/templates/" to the src path.
This commit is contained in:
@@ -162,7 +162,7 @@ Below is an example tasks file, that explains how a role works. Our common role
|
||||
tags: ntp
|
||||
|
||||
- name: be sure ntp is configured
|
||||
template: src=common/templates/ntp.conf.j2 dest=/etc/ntp.conf
|
||||
template: src=ntp.conf.j2 dest=/etc/ntp.conf
|
||||
notify:
|
||||
- restart ntpd
|
||||
tags: ntp
|
||||
|
||||
Reference in New Issue
Block a user