Skip to content

Commit 48d1755

Browse files
Fix capitalization for chrony
1 parent 6ca0abf commit 48d1755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

first-ansible-playbook/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
become: yes
44

55
tasks:
6-
- name: Ensure Chrony (for time synchronization) is installed.
6+
- name: Ensure chrony (for time synchronization) is installed.
77
yum:
88
name: chrony
99
state: present

0 commit comments

Comments
 (0)