1
0
Fork 0
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:
Sagi Shnaidman 2020-05-19 23:42:04 +03:00 committed by Sergey
parent 1c3d2456b7
commit f8b818628a
3 changed files with 15 additions and 4 deletions

View file

@ -6,7 +6,7 @@
distro: "{{ ansible_distribution }}{{ ansible_distribution_major_version }}"
tasks:
- name: Run test script
- name: Run test script for podman
become: "{{ distro == 'CentOS7' }}"
shell: >-
{% if ansible_venv is defined %}source {{ ansible_venv }}/bin/activate; {% endif %}
@ -15,3 +15,13 @@
args:
chdir: "{{ repo_dir }}"
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