1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ntp.git synced 2024-08-16 12:59:49 +02:00

Merge pull request #13 from roles-ansible/h1

improve linting
This commit is contained in:
L3D 2023-10-28 17:51:51 +02:00 committed by GitHub
commit 213a618d2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"