master
Davo 3 years ago
parent 27d15a9445
commit e303601d07
  1. 2
      README.md
  2. 2
      ansible-chrony/tasks/main.yml

@ -1,6 +1,6 @@
Ansible role for chrony setup.
This role is developed with Ansible 2.9.6 and tesed on Ubuntu 20.04 LTS.
This role is developed with Ansible 2.9.6 and tested on Ubuntu 20.04 LTS.
## Role Variables

@ -11,7 +11,7 @@
notify:
- restart chrony
- name: chrony | 3. start and enable chrony service and daemon reload
- name: chrony | 3. start and enable chrony service
ansible.builtin.service:
name: "{{ chrony_service_name }}"
state: "{{ chrony_service_state }}"

Loading…
Cancel
Save