1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Rename master branch to main (#634)

* Rename master branch to main

Signed-off-by: nishipy <goodisonev4@gmail.com>

* Update with new files

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>

---------

Signed-off-by: nishipy <goodisonev4@gmail.com>
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
Co-authored-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
nishipy 2024-11-12 21:11:54 +09:00 committed by GitHub
parent a77ca6ab85
commit 1282fc576a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 34 additions and 34 deletions

View file

@ -8,7 +8,7 @@ on:
- 'contrib/publish-requirements.txt' - 'contrib/publish-requirements.txt'
- 'contrib/publish.sh' - 'contrib/publish.sh'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/collection-publish.yml' - '.github/workflows/collection-publish.yml'

View file

@ -11,7 +11,7 @@ on:
- 'tests/integration/targets/connection/**' - 'tests/integration/targets/connection/**'
- 'tests/integration/targets/connection_*/**' - 'tests/integration/targets/connection_*/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/connections_tests.yml' - '.github/workflows/connections_tests.yml'

View file

@ -14,7 +14,7 @@ on:
- 'plugins/modules/podman_container_info.py' - 'plugins/modules/podman_container_info.py'
- 'tests/integration/targets/podman_container/**' - 'tests/integration/targets/podman_container/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_container.yml' - '.github/workflows/podman_container.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_container_copy.py' - 'plugins/modules/podman_container_copy.py'
- 'tests/integration/targets/podman_container_copy/**' - 'tests/integration/targets/podman_container_copy/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_container_copy.yml' - '.github/workflows/podman_container_copy.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_container_exec.py' - 'plugins/modules/podman_container_exec.py'
- 'tests/integration/targets/podman_container_exec/**' - 'tests/integration/targets/podman_container_exec/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_container_exec.yml' - '.github/workflows/podman_container_exec.yml'

View file

@ -12,7 +12,7 @@ on:
- 'plugins/module_utils/podman/common.py' - 'plugins/module_utils/podman/common.py'
- 'tests/integration/targets/podman_container_idempotency/**' - 'tests/integration/targets/podman_container_idempotency/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_container_idem.yml' - '.github/workflows/podman_container_idem.yml'

View file

@ -13,7 +13,7 @@ on:
- 'plugins/modules/podman_container_info.py' - 'plugins/modules/podman_container_info.py'
- 'tests/integration/targets/podman_container_info/**' - 'tests/integration/targets/podman_container_info/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_container_info.yml' - '.github/workflows/podman_container_info.yml'

View file

@ -13,7 +13,7 @@ on:
- 'plugins/modules/podman_containers.py' - 'plugins/modules/podman_containers.py'
- 'tests/integration/targets/podman_containers/**' - 'tests/integration/targets/podman_containers/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_containers.yml' - '.github/workflows/podman_containers.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_export.py' - 'plugins/modules/podman_export.py'
- 'tests/integration/targets/podman_export/**' - 'tests/integration/targets/podman_export/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_export.yml' - '.github/workflows/podman_export.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_generate_systemd.py' - 'plugins/modules/podman_generate_systemd.py'
- 'tests/integration/targets/podman_generate_systemd/**' - 'tests/integration/targets/podman_generate_systemd/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_generate_systemd.yml' - '.github/workflows/podman_generate_systemd.yml'

View file

@ -12,7 +12,7 @@ on:
- 'plugins/module_utils/podman/quadlet.py' - 'plugins/module_utils/podman/quadlet.py'
- 'tests/integration/targets/podman_image/**' - 'tests/integration/targets/podman_image/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_image.yml' - '.github/workflows/podman_image.yml'

View file

@ -11,7 +11,7 @@ on:
- 'plugins/modules/podman_image_info.py' - 'plugins/modules/podman_image_info.py'
- 'tests/integration/targets/podman_image_info/**' - 'tests/integration/targets/podman_image_info/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_image_info.yml' - '.github/workflows/podman_image_info.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_import.py' - 'plugins/modules/podman_import.py'
- 'tests/integration/targets/podman_import/**' - 'tests/integration/targets/podman_import/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_import.yml' - '.github/workflows/podman_import.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_load.py' - 'plugins/modules/podman_load.py'
- 'tests/integration/targets/podman_load/**' - 'tests/integration/targets/podman_load/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_load.yml' - '.github/workflows/podman_load.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_login.py' - 'plugins/modules/podman_login.py'
- 'tests/integration/targets/podman_login/**' - 'tests/integration/targets/podman_login/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_login.yml' - '.github/workflows/podman_login.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_login_info.py' - 'plugins/modules/podman_login_info.py'
- 'tests/integration/targets/podman_login_info/**' - 'tests/integration/targets/podman_login_info/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_login_info.yml' - '.github/workflows/podman_login_info.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_logout.py' - 'plugins/modules/podman_logout.py'
- 'tests/integration/targets/podman_logout/**' - 'tests/integration/targets/podman_logout/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_logout.yml' - '.github/workflows/podman_logout.yml'

View file

@ -11,7 +11,7 @@ on:
- 'plugins/module_utils/podman/quadlet.py' - 'plugins/module_utils/podman/quadlet.py'
- 'tests/integration/targets/podman_network/**' - 'tests/integration/targets/podman_network/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_network.yml' - '.github/workflows/podman_network.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_network_info.py' - 'plugins/modules/podman_network_info.py'
- 'tests/integration/targets/podman_network_info/**' - 'tests/integration/targets/podman_network_info/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_network_info.yml' - '.github/workflows/podman_network_info.yml'

View file

@ -11,7 +11,7 @@ on:
- 'plugins/module_utils/podman/quadlet.py' - 'plugins/module_utils/podman/quadlet.py'
- 'tests/integration/targets/podman_play/**' - 'tests/integration/targets/podman_play/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_play.yml' - '.github/workflows/podman_play.yml'

View file

@ -14,7 +14,7 @@ on:
- 'plugins/modules/podman_pod_info.py' - 'plugins/modules/podman_pod_info.py'
- 'tests/integration/targets/podman_pod/**' - 'tests/integration/targets/podman_pod/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_pod.yml' - '.github/workflows/podman_pod.yml'

View file

@ -12,7 +12,7 @@ on:
- 'plugins/modules/podman_pod_info.py' - 'plugins/modules/podman_pod_info.py'
- 'tests/integration/targets/podman_pod_info/**' - 'tests/integration/targets/podman_pod_info/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_pod_info.yml' - '.github/workflows/podman_pod_info.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_prune.py' - 'plugins/modules/podman_prune.py'
- 'tests/integration/targets/podman_prune/**' - 'tests/integration/targets/podman_prune/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_prune.yml' - '.github/workflows/podman_prune.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_runlabel.py' - 'plugins/modules/podman_runlabel.py'
- 'tests/integration/targets/podman_runlabel/**' - 'tests/integration/targets/podman_runlabel/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_runlabel.yml' - '.github/workflows/podman_runlabel.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_save.py' - 'plugins/modules/podman_save.py'
- 'tests/integration/targets/podman_save/**' - 'tests/integration/targets/podman_save/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_save.yml' - '.github/workflows/podman_save.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_search.py' - 'plugins/modules/podman_search.py'
- 'tests/integration/targets/podman_search/**' - 'tests/integration/targets/podman_search/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_search.yml' - '.github/workflows/podman_search.yml'

View file

@ -11,7 +11,7 @@ on:
- 'plugins/modules/podman_container.py' - 'plugins/modules/podman_container.py'
- 'plugins/module_utils/podman/podman_container_lib.py' - 'plugins/module_utils/podman/podman_container_lib.py'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_secret.yml' - '.github/workflows/podman_secret.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_secret.py' - 'plugins/modules/podman_secret.py'
- 'plugins/modules/podman_secret_info.py' - 'plugins/modules/podman_secret_info.py'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_secret_info.yml' - '.github/workflows/podman_secret_info.yml'

View file

@ -10,7 +10,7 @@ on:
- 'plugins/modules/podman_tag.py' - 'plugins/modules/podman_tag.py'
- 'tests/integration/targets/podman_tag/**' - 'tests/integration/targets/podman_tag/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_tag.yml' - '.github/workflows/podman_tag.yml'

View file

@ -11,7 +11,7 @@ on:
- 'plugins/module_utils/podman/quadlet.py' - 'plugins/module_utils/podman/quadlet.py'
- 'tests/integration/targets/podman_volume/**' - 'tests/integration/targets/podman_volume/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_volume.yml' - '.github/workflows/podman_volume.yml'

View file

@ -11,7 +11,7 @@ on:
- 'plugins/modules/podman_volume.py' - 'plugins/modules/podman_volume.py'
- 'tests/integration/targets/podman_volume_info/**' - 'tests/integration/targets/podman_volume_info/**'
branches: branches:
- master - main
pull_request: pull_request:
paths: paths:
- '.github/workflows/podman_volume_info.yml' - '.github/workflows/podman_volume_info.yml'

View file

@ -1,3 +1,3 @@
## The Podman Ansible Collections Project Community Code of Conduct ## The Podman Ansible Collections Project Community Code of Conduct
The Podman Ansible Collections project follows the [Containers Community Code of Conduct](https://github.com/containers/common/blob/master/CODE-OF-CONDUCT.md). The Podman Ansible Collections project follows the [Containers Community Code of Conduct](https://github.com/containers/common/blob/main/CODE-OF-CONDUCT.md).

View file

@ -1,4 +1,4 @@
[![GitHub Actions CI/CD build status — Collection test suite](https://github.com/containers/ansible-podman-collections/workflows/Collection%20build%20and%20tests/badge.svg?branch=master)](https://github.com/containers/ansible-podman-collections/actions?query=workflow%3A%22Collection%20build%20and%20tests) [![GitHub Actions CI/CD build status — Collection test suite](https://github.com/containers/ansible-podman-collections/workflows/Collection%20build%20and%20tests/badge.svg?branch=main)](https://github.com/containers/ansible-podman-collections/actions?query=workflow%3A%22Collection%20build%20and%20tests)
# Ansible Collection: containers.podman # Ansible Collection: containers.podman

View file

@ -1,4 +1,4 @@
## Security and Disclosure Information Policy for the Podman Ansible Collections Project ## Security and Disclosure Information Policy for the Podman Ansible Collections Project
The Podman Ansible Collections Project follows the [Security and Disclosure Information Policy](https://github.com/containers/common/blob/master/SECURITY.md) for the Containers Projects. The Podman Ansible Collections Project follows the [Security and Disclosure Information Policy](https://github.com/containers/common/blob/main/SECURITY.md) for the Containers Projects.