mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
11e72d495d
commit
db5c0b3b2b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue