Skip to content

Commit

Permalink
Merge pull request #13 from roles-ansible/h1
Browse files Browse the repository at this point in the history
improve linting
  • Loading branch information
DO1JLR authored Oct 28, 2023
2 parents dafd9e7 + 4359041 commit 213a618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/set_time_zone.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: "Set timezone to {{ ntp_timezone }}"
- name: "Set timezone to {{ ntp_timezone }}" # noqa: H1901
become: true
community.general.timezone:
name: "{{ ntp_timezone }}"

0 comments on commit 213a618

Please sign in to comment.