Use the new file content function post facts refactoring. (#26353)

* Use the new file content function post facts refactoring.

Fixes #26339

* Do not make new abstraction ... use the real function

* Fix pep8 error
pull/26361/head
jctanner 7 years ago committed by Brian Coca
parent 11e72d495d
commit db5c0b3b2b

@ -78,7 +78,7 @@ try:
except ImportError:
HAS_SELINUX = False
from ansible.module_utils.basic import AnsibleModule
from ansible.module_utils.facts import get_file_lines
from ansible.module_utils.facts.utils import get_file_lines
# getter subroutines

Loading…
Cancel
Save