mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user