From 46b3daf11ea7a9459f6e4b1457136bbf7e9a2e1e Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sat, 9 Dec 2023 16:46:40 -0500 Subject: [PATCH] playbook name change to trigger build --- baseos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baseos.yml b/baseos.yml index 5320a26..64111e0 100644 --- a/baseos.yml +++ b/baseos.yml @@ -1,5 +1,5 @@ --- -- name: Deploy a standardized base configuration +- name: Deploy a standardized base configuration to target hosts hosts: all become: true gather_facts: true