Skip to content

Commit

Permalink
Prefer true/false to yes/no, respectively, in YAML files
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Mar 28, 2024
1 parent e2a96b9 commit 7bcee73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- name: Enable chrony at boot
ansible.builtin.service:
enabled: yes
enabled: true
name: "{{ service_name }}"

- name: Configure chrony to use Amazon Time Sync Service
Expand Down

0 comments on commit 7bcee73

Please sign in to comment.