kayobe/ansible/roles/console-allocation
Mark Goddard 7eedd8f416 Fix YAML code execution issue
There is an issue with the default YAML loader, which allows arbitrary
code execution, as documented here:
https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation.

This can be avoided by using yaml.safe_load. We don't require Python
object serialisation, so safe_load is sufficient.

Change-Id: I09190766066ab56d04b1317a4022782160d60528
Story: 2005253
Task: 30050
2019-03-18 09:45:48 +00:00
..
defaults Add commands to enable and disable the serial console 2018-11-07 15:35:47 +00:00
library Fix YAML code execution issue 2019-03-18 09:45:48 +00:00
tasks Add commands to enable and disable the serial console 2018-11-07 15:35:47 +00:00
vars Add commands to enable and disable the serial console 2018-11-07 15:35:47 +00:00