From 2fbfbb273fe7476fa3474f61eef6436057be5612 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sat, 11 Oct 2025 20:19:20 +0200 Subject: [PATCH] Add htpc to inventory --- inventory.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inventory.yml b/inventory.yml index 438697a..7ebdbcf 100644 --- a/inventory.yml +++ b/inventory.yml @@ -6,6 +6,9 @@ personal: desktop: &desktop ansible_connection: local ansible_become_method: community.general.run0 + htpc: &htpc + ansible_connection: local + ansible_become_method: community.general.run0 fudiggity: &fudiggity ansible_connection: local @@ -20,3 +23,5 @@ arch: <<: *xps desktop: <<: *desktop + htpc: + <<: *htpc