mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Little fixes for README, local test and galaxy
This commit is contained in:
parent
1c3d2456b7
commit
f8b818628a
3 changed files with 15 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
[](https://github.com/containers/ansible-podman-collections/actions?query=workflow%3A%22Collection%20test%20suite%22)
|
[](https://github.com/containers/ansible-podman-collections/actions?query=workflow%3A%22Collection%20build%20and%20tests)
|
||||||
|
|
||||||
Ansible Collection: containers.podman
|
Ansible Collection: containers.podman
|
||||||
=================================================
|
=================================================
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
distro: "{{ ansible_distribution }}{{ ansible_distribution_major_version }}"
|
distro: "{{ ansible_distribution }}{{ ansible_distribution_major_version }}"
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Run test script
|
- name: Run test script for podman
|
||||||
become: "{{ distro == 'CentOS7' }}"
|
become: "{{ distro == 'CentOS7' }}"
|
||||||
shell: >-
|
shell: >-
|
||||||
{% if ansible_venv is defined %}source {{ ansible_venv }}/bin/activate; {% endif %}
|
{% if ansible_venv is defined %}source {{ ansible_venv }}/bin/activate; {% endif %}
|
||||||
|
|
@ -15,3 +15,13 @@
|
||||||
args:
|
args:
|
||||||
chdir: "{{ repo_dir }}"
|
chdir: "{{ repo_dir }}"
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
|
||||||
|
- name: Run test script for buildah
|
||||||
|
become: "{{ distro == 'CentOS7' }}"
|
||||||
|
shell: >-
|
||||||
|
{% if ansible_venv is defined %}source {{ ansible_venv }}/bin/activate; {% endif %}
|
||||||
|
|
||||||
|
{{ repo_dir }}/ci/run_connection_test.sh buildah
|
||||||
|
args:
|
||||||
|
chdir: "{{ repo_dir }}"
|
||||||
|
executable: /bin/bash
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@ readme: README.md
|
||||||
authors: Podman
|
authors: Podman
|
||||||
description: Podman container Ansible modules
|
description: Podman container Ansible modules
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
license_file: COPYING
|
|
||||||
tags:
|
tags:
|
||||||
- containers
|
- containers
|
||||||
- podman
|
- podman
|
||||||
|
|
@ -16,9 +15,11 @@ documentation: https://github.com/containers/ansible-podman-collections
|
||||||
homepage: https://github.com/containers/ansible-podman-collections
|
homepage: https://github.com/containers/ansible-podman-collections
|
||||||
issues: https://github.com/containers/ansible-podman-collections/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
|
issues: https://github.com/containers/ansible-podman-collections/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
|
||||||
build_ignore:
|
build_ignore:
|
||||||
- build_artifact/
|
- build_artifact
|
||||||
- "*.tar.gz"
|
- "*.tar.gz"
|
||||||
- zuul.yaml
|
- zuul.yaml
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- tests/output
|
- tests/output
|
||||||
- ".history"
|
- ".history"
|
||||||
|
- ".vscode"
|
||||||
|
- ".idea"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue