Merge "Fix serial/wwn gathering for ansible+python3"
This commit is contained in:
commit
3958c94fa8
@ -1,6 +1,6 @@
|
||||
- name: get devices wwn facts
|
||||
facts_wwn:
|
||||
devices: "{{ ansible_devices.keys() }}"
|
||||
devices: "{{ ansible_devices.keys() | list }}"
|
||||
|
||||
- name: calculate root hint
|
||||
root_hints:
|
||||
|
6
releasenotes/notes/bug-2006266-85da234583ca0c32.yaml
Normal file
6
releasenotes/notes/bug-2006266-85da234583ca0c32.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
An issue regarding the ``ansible`` deploy interface. The discovery
|
||||
playbook used to gather wwn and serials was broken for python3 due to the
|
||||
dict().keys() object not being a list in python3.
|
Loading…
Reference in New Issue
Block a user