yaml and ansible linting clean ups

This commit is contained in:
2026-08-09 23:04:34 -05:00
parent 6eb2875e44
commit 306397517d
92 changed files with 300 additions and 435 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
# tasks file for ensure_hostname
- name: Set hostname if localhost
- name: Set Hostname If Localhost
when:
- ansible_facts["system"] == 'Linux'
- ansible_facts["fqdn"] == 'localhost.localdomain'
-2
View File
@@ -1,2 +0,0 @@
localhost
-4
View File
@@ -1,4 +0,0 @@
---
- hosts: localhost
remote_user: root
roles: [ensure_hostname]