ansible.posix/changelogs/fragments/282_fix_unit_test_for_synchronize.yml
Hideki Saito 399f5e2f09 Fix unit test for synchronize action plugin
- use yaml.safe_load() instead of load()

Signed-off-by: Hideki Saito <saito@fgrep.org>
2021-10-21 08:18:17 +09:00

3 lines
84 B
YAML

---
trivial:
- Fix unit tests of synchronize action plugin to use yaml.safe_load().