diff options
Diffstat (limited to 'plugins/modules')
| -rw-r--r-- | plugins/modules/vyos_lag_interfaces.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/plugins/modules/vyos_lag_interfaces.py b/plugins/modules/vyos_lag_interfaces.py index a034d405..4c90b376 100644 --- a/plugins/modules/vyos_lag_interfaces.py +++ b/plugins/modules/vyos_lag_interfaces.py @@ -109,6 +109,7 @@ options:          it into Ansible structured data as per the resource module's argspec and the value is then          returned in the I(parsed) key within the result.      type: str +    version_added: "1.0.0"    state:      description:      - The state of the configuration after module completion. | 
