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
This commit is contained in:
jctanner 2017-07-03 10:35:17 -04:00 committed by Brian Coca
parent 11e72d495d
commit db5c0b3b2b

View file

@ -78,7 +78,7 @@ try:
except ImportError: except ImportError:
HAS_SELINUX = False HAS_SELINUX = False
from ansible.module_utils.basic import AnsibleModule 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 # getter subroutines