From 544d2c877c6cba5af2bf40731020bc20ecbf4593 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sun, 1 Jun 2025 16:18:34 -0500 Subject: [PATCH] reset mello host directive to all --- roles/ind/mello/mello-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ind/mello/mello-install.yml b/roles/ind/mello/mello-install.yml index 9205671..80e4c64 100644 --- a/roles/ind/mello/mello-install.yml +++ b/roles/ind/mello/mello-install.yml @@ -1,5 +1,5 @@ --- -- hosts: mello +- hosts: all become: yes remote_user: ansible gather_facts: false