mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-06 21:32:59 +00:00
Merge pull request #631 from saito-hideki/issue/630
Fixes issue related to latest ansible-core devel branch SUMMARY Fixes a bug related to updating the ansible-core devel branch. Fixes incorrect load path for json module in cgroup_perf_recap Remove unnecessary condition from seboolean integration tests Optimize conditions for selinux integration tests Fixes #630 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ansible.posix.cgroup_perf_recap ADDITIONAL INFORMATION N/A
This commit is contained in:
committed by
Hideki Saito
parent
e829e6355a
commit
abf2ddaa07
@@ -132,6 +132,7 @@ DOCUMENTATION = '''
|
||||
|
||||
import csv
|
||||
import datetime
|
||||
import json
|
||||
import os
|
||||
import time
|
||||
import threading
|
||||
@@ -142,7 +143,7 @@ from functools import partial
|
||||
|
||||
from ansible.module_utils._text import to_bytes, to_text
|
||||
from ansible.module_utils.six import with_metaclass
|
||||
from ansible.parsing.ajson import AnsibleJSONEncoder, json
|
||||
from ansible.parsing.ajson import AnsibleJSONEncoder
|
||||
from ansible.plugins.callback import CallbackBase
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user