From e303601d07f4dc68b945e48bfd03c13c0167498d Mon Sep 17 00:00:00 2001 From: Davo Date: Thu, 28 Jul 2022 12:08:52 +0200 Subject: [PATCH] hot wings --- README.md | 2 +- ansible-chrony/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}"