Skip to content

Commit 22d7705

Browse files
committed
fix(plan): remove redundant notify block from add_inventory_hostnames
- Eliminate unnecessary notify block indicating inventory update - Streamline the plan for better readability and performance
1 parent 06c9bdd commit 22d7705

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/acceptance/peadm_spec/plans/add_inventory_hostnames.pp

-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@
1515
$command = "yq eval '(.groups[].targets[] | select(.uri == \"${result.target.uri}\").name) = \"${result.value}\"' -i ${inventory_file}"
1616
run_command($command, 'localhost')
1717
}
18-
notify { 'Inventory updated': }
1918
}

0 commit comments

Comments
 (0)