Skip to content

Commit 96e68e9

Browse files
committed
Set added version to 1.6
1 parent 5439a00 commit 96e68e9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

library/junos_get_facts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ DOCUMENTATION = '''
3636
---
3737
module: junos_get_facts
3838
author: Jeremy Schulman, Juniper Networks
39-
version_added: "1.7"
39+
version_added: "1.6"
4040
short_description: Retrieve facts for a device running Junos OS.
4141
description:
4242
- Retrieve facts for a device running Junos OS, which includes information

library/junos_install_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ DOCUMENTATION = '''
3636
---
3737
module: junos_install_config
3838
author: Jeremy Schulman, Juniper Networks
39-
version_added: "1.7"
39+
version_added: "1.6"
4040
short_description: Load a configuration file or snippet onto a device running Junos OS.
4141
description:
4242
- Load a complete Junos OS configuration (overwrite) or merge a configuration

library/junos_install_os

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ DOCUMENTATION = '''
3636
---
3737
module: junos_install_os
3838
author: Jeremy Schulman, Juniper Networks
39-
version_added: "1.7"
39+
version_added: "1.6"
4040
short_description: Install a Junos OS image.
4141
description:
4242
- Install a Junos OS image on one or more Routing Engines.

library/junos_shutdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ DOCUMENTATION = '''
3636
---
3737
module: junos_shutdown
3838
author: Jeremy Schulman, Juniper Networks
39-
version_added: "1.7"
39+
version_added: "1.6"
4040
short_description: Shut down or reboot a device running Junos OS.
4141
description:
4242
- Shut down (power off) or reboot a device running Junos OS. This includes

library/junos_zeroize

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ DOCUMENTATION = '''
3636
---
3737
module: junos_zeroize
3838
author: Jeremy Schulman, Juniper Networks
39-
version_added: "1.7"
39+
version_added: "1.6"
4040
short_description: Erase all data, including configuration and log files, on a device running Junos OS.
4141
description:
4242
- Execute the Junos OS B(request system zeroize) command to remove all

0 commit comments

Comments
 (0)