mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove commented statements
This commit is contained in:
committed by
Toshio Kuratomi
parent
f761fc1d1f
commit
ac05645bce
@@ -80,16 +80,6 @@ def get_systemid(client, session, sysname):
|
||||
|
||||
# ------------------------------------------------------- #
|
||||
|
||||
# unused:
|
||||
#
|
||||
#def get_localsystemid():
|
||||
# f = open("/etc/sysconfig/rhn/systemid", "r")
|
||||
# content = f.read()
|
||||
# loc_id = re.search(r'\b(ID-)(\d{10})' ,content)
|
||||
# return loc_id.group(2)
|
||||
|
||||
# ------------------------------------------------------- #
|
||||
|
||||
def subscribe_channels(channelname, client, session, sysname, sys_id):
|
||||
channels = base_channels(client, session, sys_id)
|
||||
channels.append(channelname)
|
||||
@@ -126,7 +116,6 @@ def main():
|
||||
user = dict(required=True),
|
||||
password = dict(required=True, aliases=['pwd'], no_log=True),
|
||||
)
|
||||
# supports_check_mode=True
|
||||
)
|
||||
|
||||
state = module.params['state']
|
||||
|
||||
Reference in New Issue
Block a user