We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9ab3d commit 5fa192bCopy full SHA for 5fa192b
nornir_infrahub/plugins/tasks/artifact.py
@@ -42,7 +42,7 @@ def main():
42
eos_devices = nr.filter(platform="eos")
43
44
# regenerate an artifact for a host
45
- print_result(eos_devices.run(task=regenerate_host_artifact, artifact="Startup Config for Edge devices"))
+ print_result(eos_devices.run(task=regenerate_host_artifact, artifact="startup-config"))
46
47
return 0
48
@@ -162,7 +162,7 @@ def main():
162
163
164
# retrieves the artifact for all the hosts in the inventory
165
- result = eos_devices.run(task=get_artifact, artifact="Startup Config for Edge devices")
+ result = eos_devices.run(task=get_artifact, artifact="startup-config")
166
print_result(result)
167
168
0 commit comments