Merge "Fix Dell OS6 and Dell OS9 switch configuration"
This commit is contained in:
commit
0178278576
@ -3,7 +3,7 @@
|
||||
local_action:
|
||||
module: dellos6_config
|
||||
provider: "{{ dell_switch_provider }}"
|
||||
src: dellos6-config.j2
|
||||
src: "{{ lookup('template', 'dellos6-config.j2') }}"
|
||||
save: "{{ dell_switch_save | bool }}"
|
||||
when: dell_switch_type == 'dellos6'
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
local_action:
|
||||
module: dellos9_config
|
||||
provider: "{{ dell_switch_provider }}"
|
||||
src: dellos9-config.j2
|
||||
src: "{{ lookup('template', 'dellos9-config.j2') }}"
|
||||
save: "{{ dell_switch_save | bool }}"
|
||||
when: dell_switch_type == 'dellos9'
|
||||
|
||||
|
6
releasenotes/notes/bug-2061102-cbc4c65c14c09d55.yaml
Normal file
6
releasenotes/notes/bug-2061102-cbc4c65c14c09d55.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue where Dell OS6 and Dell OS9 switch configuration was not
|
||||
applied correctly. `LP#2061102
|
||||
<https://bugs.launchpad.net/kayobe/+bug/2061102>`__.
|
Loading…
x
Reference in New Issue
Block a user