From 453301c565783ebf7af21db439610e45f8693903 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 14 Dec 2023 09:49:44 -0500 Subject: [PATCH] remove debug and change play name --- baseos.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/baseos.yml b/baseos.yml index faa3472..80bb5b4 100644 --- a/baseos.yml +++ b/baseos.yml @@ -1,5 +1,5 @@ --- -- name: Deploy a standardized base configuration to target hosts +- name: Deploy a standardized configuration to target hosts hosts: all become: true gather_facts: true @@ -10,12 +10,6 @@ tasks: - - name: Debug ansible_virtualization_type - ansible.builtin.debug: - var: ansible_virtualization_type - verbosity: 1 - - - name: Include relevant role(s) ansible.builtin.include_role: name: "{{ item }}"