fix ansible-lint erros
This commit is contained in:
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user