Skip to content

Commit 98ee43a

Browse files
authored
Merge pull request #306 from Redmar-van-den-Berg/master
Fix capitalization for chrony
2 parents b510094 + 48d1755 commit 98ee43a

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)