fix ansible-lint erros

This commit is contained in:
Sergey Malyuk
2026-03-18 17:44:32 +03:00
parent 7c40ab6934
commit b65edeb263

View File

@@ -1,6 +1,6 @@
--- ---
# tasks file for roles/hostname # tasks file for roles/hostname
- name: "Set the hostname to '{{ hostname }}'" - name: "Set the hostname to '{{ hostname }}'"
tags: [ hostname ] tags: [hostname]
ansible.builtin.hostname: ansible.builtin.hostname:
name: "{{ hostname }}" name: "{{ hostname }}"