Fix broken slxos_config due to changed backup options (#58804)
(cherry picked from commit 5b2d1cc24d
)
This commit is contained in:
parent
6d146c89f2
commit
044923e4ae
2 changed files with 2 additions and 2 deletions
2
changelogs/fragments/slxos_config_fix.yaml
Normal file
2
changelogs/fragments/slxos_config_fix.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- Fix broken slxos_config due to changed backup options (https://github.com/ansible/ansible/pull/58804).
|
|
@ -22,8 +22,6 @@ __metaclass__ = type
|
|||
import re
|
||||
|
||||
from ansible.plugins.action.network import ActionModule as ActionNetworkModule
|
||||
from ansible.module_utils._text import to_text
|
||||
from ansible.module_utils.network.common.backup import write_backup, handle_template
|
||||
|
||||
PRIVATE_KEYS_RE = re.compile('__.+__')
|
||||
|
||||
|
|
Loading…
Reference in a new issue