We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c9bdd commit 22d7705Copy full SHA for 22d7705
spec/acceptance/peadm_spec/plans/add_inventory_hostnames.pp
@@ -15,5 +15,4 @@
15
$command = "yq eval '(.groups[].targets[] | select(.uri == \"${result.target.uri}\").name) = \"${result.value}\"' -i ${inventory_file}"
16
run_command($command, 'localhost')
17
}
18
- notify { 'Inventory updated': }
19
0 commit comments