diff --git a/README.md b/README.md index 94cb682..6278888 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ansible-chrony/tasks/main.yml b/ansible-chrony/tasks/main.yml index bac6e86..ff45d01 100644 --- a/ansible-chrony/tasks/main.yml +++ b/ansible-chrony/tasks/main.yml @@ -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 }}"