issue-183 - make lint happy

This commit is contained in:
Derek Page 2020-12-13 23:04:42 -05:00
parent 5c50c36a69
commit faf9e6fd48
3 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
- name: regenerate_auditd_rules
command: /sbin/augenrules
- name: reload_chrony
- name: reload_chrony
systemd:
name: "{{ chrony_service_name }}"
state: restarted

View File

@ -2,7 +2,7 @@
# Sets Up Chrony Server/Client
# Created: @derekmpage
# Kudos: @danielkubat @Darkbat91
- name: Rocky Chrony Runbook
- name: Rocky Chrony Runbook
hosts: all
become: true

View File

@ -25,9 +25,9 @@ chrony_service_state: started
chrony_service_enabled: yes
# default internet timeservers to use
chrony_timeservers: []
- 0.pool.ntp.org
- 1.pool.ntp.org
chrony_timeservers:
- 0.pool.ntp.org
- 1.pool.ntp.org
- 2.pool.ntp.org
# is chrony ntp server - allows client connections