From 25dde4709b444e38879464f0dae3f1b900ba5898 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:28 -0400 Subject: [PATCH] Ensure packages are installed as newhost --- roles/pvc/tasks/pvc/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pvc/tasks/pvc/main.yml b/roles/pvc/tasks/pvc/main.yml index 6ebd154..b0efd04 100644 --- a/roles/pvc/tasks/pvc/main.yml +++ b/roles/pvc/tasks/pvc/main.yml @@ -10,7 +10,7 @@ - ethtool - jq state: latest - when: bootstrap is defined and bootstrap + when: newhost is defined and newhost - name: install pvc node daemon configuration template: @@ -61,4 +61,4 @@ enabled: yes with_items: - pvcnoded - when: bootstrap is not defined or not bootstrap + when: newhost is defined and newhost