Skip to content

Commit

Permalink
Use the new file content function post facts refactoring. (ansible#26353
Browse files Browse the repository at this point in the history
)

* Use the new file content function post facts refactoring.

Fixes ansible#26339

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

* Fix pep8 error
  • Loading branch information
jctanner authored and bcoca committed Jul 3, 2017
1 parent 11e72d4 commit db5c0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/system/selinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
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
Expand Down

0 comments on commit db5c0b3

Please sign in to comment.