We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9a501 commit 0b16e03Copy full SHA for 0b16e03
docs/docs/references/plugins/artifact_tasks.mdx
@@ -36,7 +36,7 @@ def main():
36
eos_devices = nr.filter(platform="eos")
37
38
# regenerate an artifact for a host
39
- 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"))
40
41
return 0
42
@@ -121,7 +121,7 @@ def main():
121
122
123
# retrieves the artifact for all the hosts in the inventory
124
- result = eos_devices.run(task=get_artifact, artifact="Startup Config for Edge devices")
+ result = eos_devices.run(task=get_artifact, artifact="startup-config")
125
print_result(result)
126
127
0 commit comments