Skip to content

Instantly share code, notes, and snippets.

@ssbarnea
Created March 18, 2022 08:15
Show Gist options
  • Save ssbarnea/206df51c0ee4699fd5baec7902ccc1eb to your computer and use it in GitHub Desktop.
Save ssbarnea/206df51c0ee4699fd5baec7902ccc1eb to your computer and use it in GitHub Desktop.
$ tox -e linters
linters create: /Users/ssbarnea/c/os/ansible-collection-atmosphere/.tox/linters
linters installdeps: ansible-core, pbr, pyyaml, ansible-lint
linters installed: ansible-compat==2.0.2,ansible-core==2.12.3,ansible-lint==6.0.0,bracex==2.2.1,cffi==1.15.0,commonmark==0.9.1,cryptography==36.0.2,enrich==1.2.7,Jinja2==3.0.3,MarkupSafe==2.1.1,packaging==21.3,pathspec==0.9.0,pbr==5.8.1,pycparser==2.21,Pygments==2.11.2,pyparsing==3.0.7,PyYAML==6.0,resolvelib==0.5.4,rich==12.0.0,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.6,subprocess-tee==0.3.5,wcmatch==8.3,yamllint==1.26.3
linters run-test-pre: PYTHONHASHSEED='3268242209'
linters run-test-pre: commands[0] | python3 /Users/ssbarnea/c/os/ansible-collection-atmosphere/tools/generate-galaxy-yml.py
linters run-test-pre: commands[1] | ansible-galaxy collection install -f /Users/ssbarnea/c/os/ansible-collection-atmosphere
Starting galaxy collection install process
[WARNING]: Collection at '/Users/ssbarnea/.ansible/collections/ansible_collections/foo/bar' does not have a MANIFEST.json file, nor has it
galaxy.yml: cannot detect version.
Process install dependency map
Starting collection install process
Installing 'vexxhost.atmosphere:0.1.0-25' to '/Users/ssbarnea/.ansible/collections/ansible_collections/vexxhost/atmosphere'
Downloading https://galaxy.ansible.com/download/ansible-posix-1.3.0.tar.gz to /Users/ssbarnea/.ansible/tmp/ansible-local-21191narodhw5/tmpuga3wyeb/ansible-posix-1.3.0-oinkdbz9
Created collection for vexxhost.atmosphere:0.1.0-25 at /Users/ssbarnea/.ansible/collections/ansible_collections/vexxhost/atmosphere
vexxhost.atmosphere:0.1.0-25 was installed successfully
Installing 'ansible.posix:1.3.0' to '/Users/ssbarnea/.ansible/collections/ansible_collections/ansible/posix'
Downloading https://galaxy.ansible.com/download/ansible-utils-2.5.2.tar.gz to /Users/ssbarnea/.ansible/tmp/ansible-local-21191narodhw5/tmpuga3wyeb/ansible-utils-2.5.2-_sx0pesq
ansible.posix:1.3.0 was installed successfully
Installing 'ansible.utils:2.5.2' to '/Users/ssbarnea/.ansible/collections/ansible_collections/ansible/utils'
Downloading https://galaxy.ansible.com/download/community-crypto-2.2.3.tar.gz to /Users/ssbarnea/.ansible/tmp/ansible-local-21191narodhw5/tmpuga3wyeb/community-crypto-2.2.3-gwv3r322
ansible.utils:2.5.2 was installed successfully
Installing 'community.crypto:2.2.3' to '/Users/ssbarnea/.ansible/collections/ansible_collections/community/crypto'
Downloading https://galaxy.ansible.com/download/community-general-4.5.0.tar.gz to /Users/ssbarnea/.ansible/tmp/ansible-local-21191narodhw5/tmpuga3wyeb/community-general-4.5.0-bvi8g86z
community.crypto:2.2.3 was installed successfully
Installing 'community.general:4.5.0' to '/Users/ssbarnea/.ansible/collections/ansible_collections/community/general'
Downloading https://galaxy.ansible.com/download/kubernetes-core-2.2.3.tar.gz to /Users/ssbarnea/.ansible/tmp/ansible-local-21191narodhw5/tmpuga3wyeb/kubernetes-core-2.2.3-qwl2o_nd
community.general:4.5.0 was installed successfully
Installing 'kubernetes.core:2.2.3' to '/Users/ssbarnea/.ansible/collections/ansible_collections/kubernetes/core'
Downloading https://galaxy.ansible.com/download/openstack-cloud-1.7.0.tar.gz to /Users/ssbarnea/.ansible/tmp/ansible-local-21191narodhw5/tmpuga3wyeb/openstack-cloud-1.7.0-1db9xkfr
kubernetes.core:2.2.3 was installed successfully
Installing 'openstack.cloud:1.7.0' to '/Users/ssbarnea/.ansible/collections/ansible_collections/openstack/cloud'
openstack.cloud:1.7.0 was installed successfully
linters run-test: commands[0] | ansible-lint /Users/ssbarnea/c/os/ansible-collection-atmosphere/roles
_________________________________________________________________ summary __________________________________________________________________
linters: commands succeeded
congratulations :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment