From 01d73ea17f5fb22d0a04ae5c34f31f2229b0df1b Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 27 Jul 2025 13:38:09 -0500 Subject: [PATCH] play: comments --- play.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/play.yml b/play.yml index 26123f2..3237f73 100644 --- a/play.yml +++ b/play.yml @@ -4,8 +4,8 @@ hosts: all # reminder: '--limit' gather_facts: true vars: - # auto_update: "true" # would configure dnf-automatic - # hardened_ssh_port: "1181" # tcp is assumed in selinux/firewalld allowance + # auto_update: true # would configure dnf-automatic + # hardened_ssh_port: "1181" # quoting to ensure no octal/decimal confusion roles: - {role: custom-facts, tags: ['facts', 'custom-facts']} # - {role: btrfs, tags: ['btrfs']} # sets up scrubbing