One Hat Cyber Team
Your IP :
216.73.216.208
Server IP :
203.175.9.166
Server :
Linux tanggamus.iixcp.rumahweb.net 5.14.0-427.28.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 2 03:44:10 EDT 2024 x86_64
Server Software :
LiteSpeed
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3.9
/
site-packages
/
ansible_collections
/
Edit File:
ansible_community.py
# coding: utf-8 # Author: Mario Lenz <m@riolenz.de> # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-FileCopyrightText: Ansible Project, 2022 """The ansible-community CLI program.""" import argparse def main(): '''Main entrypoint for the ansible-community CLI program.''' parser = argparse.ArgumentParser() parser.add_argument( '--version', action='version', version='Ansible community version 7.7.0', help="show the version of the Ansible community package", ) parser.parse_args() parser.print_help() if __name__ == '__main__': main()
Simpan