ansible-config_template/action
Kevin Carter 80cc8ed4b1
Add traps for py3 and fix remote src
This change adds traps for the FileNotFound exception which is used instead
of OSError when a file is not found. This will ensure that that fall back
exception handeling works properly in py2 and py3.

The remote_src flag was not being respected with the new fallback options,
this change adds a check for remote_src so it works in normal and fallback
mode.

Change-Id: I136dd1f3220d3b004d5275a9fa15edea53d58f6b
Signed-off-by: Kevin Carter <kecarter@redhat.com>
2019-12-17 11:31:50 -06:00
..
config_template.py Add traps for py3 and fix remote src 2019-12-17 11:31:50 -06:00