mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
gconftool2 module (#19461)
* Pull #19267 broke sysctl module. Minor corrections * Commit of gconftool2 module
This commit is contained in:
parent
28a3a13656
commit
58b067532f
2 changed files with 248 additions and 1 deletions
|
@ -118,7 +118,7 @@ EXAMPLES = '''
|
|||
import os
|
||||
import tempfile
|
||||
import re
|
||||
from ansible.module_utils.basic import get_platform, AnsibleModule
|
||||
from ansible.module_utils.basic import get_platform, AnsibleModule, BOOLEANS_TRUE, BOOLEANS_FALSE
|
||||
|
||||
class SysctlModule(object):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue