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

improve linting

This commit is contained in:
L3D 2023-10-28 17:50:57 +02:00
parent dafd9e7e71
commit 4359041767
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

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