diff options
author | Nilashish Chakraborty <nilashishchakraborty8@gmail.com> | 2020-07-28 20:57:08 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 15:27:08 +0000 |
commit | 1795b189f7a3ca83ff3c67e189cfd1c83cc4b433 (patch) | |
tree | 0e40b8b55f0fea4d4af3bf9a8cec28a875cd1d3b /changelogs/fragments | |
parent | fbb82a0875dacc8200d3f663c3286104d0a1afbf (diff) | |
download | vyos-ansible-old-1795b189f7a3ca83ff3c67e189cfd1c83cc4b433.tar.gz vyos-ansible-old-1795b189f7a3ca83ff3c67e189cfd1c83cc4b433.zip |
Make config modules work properly when module alias is used in task (#67)
Make config modules work properly when module alias is used in task
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'changelogs/fragments')
-rw-r--r-- | changelogs/fragments/fix_src_backup_with_module_alias.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/fix_src_backup_with_module_alias.yaml b/changelogs/fragments/fix_src_backup_with_module_alias.yaml new file mode 100644 index 0000000..fb641c9 --- /dev/null +++ b/changelogs/fragments/fix_src_backup_with_module_alias.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - Make `src`, `backup` and `backup_options` in vyos_config work when module alias is used (https://github.com/ansible-collections/vyos.vyos/pull/67). |