From db5c0b3b2bf1d15061ee4c35724a28e8641d78d8 Mon Sep 17 00:00:00 2001 From: jctanner Date: Mon, 3 Jul 2017 10:35:17 -0400 Subject: [PATCH] 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 --- lib/ansible/modules/system/selinux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/selinux.py b/lib/ansible/modules/system/selinux.py index 22407a64a3..e705ba8806 100644 --- a/lib/ansible/modules/system/selinux.py +++ b/lib/ansible/modules/system/selinux.py @@ -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