diff --git a/.github/workflows/collection-publish-dry-run.yml b/.github/workflows/collection-publish-dry-run.yml index 5b87aa6..d3aeeb9 100644 --- a/.github/workflows/collection-publish-dry-run.yml +++ b/.github/workflows/collection-publish-dry-run.yml @@ -8,7 +8,7 @@ on: - 'contrib/publish-requirements.txt' - 'contrib/publish.sh' branches: - - master + - main pull_request: paths: - '.github/workflows/collection-publish.yml' diff --git a/.github/workflows/connections_tests.yml b/.github/workflows/connections_tests.yml index 00cf78e..d0612b6 100644 --- a/.github/workflows/connections_tests.yml +++ b/.github/workflows/connections_tests.yml @@ -11,7 +11,7 @@ on: - 'tests/integration/targets/connection/**' - 'tests/integration/targets/connection_*/**' branches: - - master + - main pull_request: paths: - '.github/workflows/connections_tests.yml' diff --git a/.github/workflows/podman_container.yml b/.github/workflows/podman_container.yml index e71ac1c..7123323 100644 --- a/.github/workflows/podman_container.yml +++ b/.github/workflows/podman_container.yml @@ -14,7 +14,7 @@ on: - 'plugins/modules/podman_container_info.py' - 'tests/integration/targets/podman_container/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_container.yml' diff --git a/.github/workflows/podman_container_copy.yml b/.github/workflows/podman_container_copy.yml index 0d5e1c2..d84564c 100644 --- a/.github/workflows/podman_container_copy.yml +++ b/.github/workflows/podman_container_copy.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_container_copy.py' - 'tests/integration/targets/podman_container_copy/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_container_copy.yml' diff --git a/.github/workflows/podman_container_exec.yml b/.github/workflows/podman_container_exec.yml index f81f22b..6148239 100644 --- a/.github/workflows/podman_container_exec.yml +++ b/.github/workflows/podman_container_exec.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_container_exec.py' - 'tests/integration/targets/podman_container_exec/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_container_exec.yml' diff --git a/.github/workflows/podman_container_idem.yml b/.github/workflows/podman_container_idem.yml index 6b360d6..f63b440 100644 --- a/.github/workflows/podman_container_idem.yml +++ b/.github/workflows/podman_container_idem.yml @@ -12,7 +12,7 @@ on: - 'plugins/module_utils/podman/common.py' - 'tests/integration/targets/podman_container_idempotency/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_container_idem.yml' diff --git a/.github/workflows/podman_container_info.yml b/.github/workflows/podman_container_info.yml index 0c31aad..acf4dc4 100644 --- a/.github/workflows/podman_container_info.yml +++ b/.github/workflows/podman_container_info.yml @@ -13,7 +13,7 @@ on: - 'plugins/modules/podman_container_info.py' - 'tests/integration/targets/podman_container_info/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_container_info.yml' diff --git a/.github/workflows/podman_containers.yml b/.github/workflows/podman_containers.yml index e6a7928..26a6fd0 100644 --- a/.github/workflows/podman_containers.yml +++ b/.github/workflows/podman_containers.yml @@ -13,7 +13,7 @@ on: - 'plugins/modules/podman_containers.py' - 'tests/integration/targets/podman_containers/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_containers.yml' diff --git a/.github/workflows/podman_export.yml b/.github/workflows/podman_export.yml index 8c95174..ed15264 100644 --- a/.github/workflows/podman_export.yml +++ b/.github/workflows/podman_export.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_export.py' - 'tests/integration/targets/podman_export/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_export.yml' diff --git a/.github/workflows/podman_generate_systemd.yml b/.github/workflows/podman_generate_systemd.yml index 55c8193..c3e9be0 100644 --- a/.github/workflows/podman_generate_systemd.yml +++ b/.github/workflows/podman_generate_systemd.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_generate_systemd.py' - 'tests/integration/targets/podman_generate_systemd/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_generate_systemd.yml' diff --git a/.github/workflows/podman_image.yml b/.github/workflows/podman_image.yml index c4de5e3..50cacba 100644 --- a/.github/workflows/podman_image.yml +++ b/.github/workflows/podman_image.yml @@ -12,7 +12,7 @@ on: - 'plugins/module_utils/podman/quadlet.py' - 'tests/integration/targets/podman_image/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_image.yml' diff --git a/.github/workflows/podman_image_info.yml b/.github/workflows/podman_image_info.yml index ad86094..fc6ddc3 100644 --- a/.github/workflows/podman_image_info.yml +++ b/.github/workflows/podman_image_info.yml @@ -11,7 +11,7 @@ on: - 'plugins/modules/podman_image_info.py' - 'tests/integration/targets/podman_image_info/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_image_info.yml' diff --git a/.github/workflows/podman_import.yml b/.github/workflows/podman_import.yml index bfcef50..183436e 100644 --- a/.github/workflows/podman_import.yml +++ b/.github/workflows/podman_import.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_import.py' - 'tests/integration/targets/podman_import/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_import.yml' diff --git a/.github/workflows/podman_load.yml b/.github/workflows/podman_load.yml index 7670a1a..26edf7f 100644 --- a/.github/workflows/podman_load.yml +++ b/.github/workflows/podman_load.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_load.py' - 'tests/integration/targets/podman_load/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_load.yml' diff --git a/.github/workflows/podman_login.yml b/.github/workflows/podman_login.yml index a335adc..937a32a 100644 --- a/.github/workflows/podman_login.yml +++ b/.github/workflows/podman_login.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_login.py' - 'tests/integration/targets/podman_login/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_login.yml' diff --git a/.github/workflows/podman_login_info.yml b/.github/workflows/podman_login_info.yml index f23ef72..bf3c973 100644 --- a/.github/workflows/podman_login_info.yml +++ b/.github/workflows/podman_login_info.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_login_info.py' - 'tests/integration/targets/podman_login_info/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_login_info.yml' diff --git a/.github/workflows/podman_logout.yml b/.github/workflows/podman_logout.yml index 975b931..e190c75 100644 --- a/.github/workflows/podman_logout.yml +++ b/.github/workflows/podman_logout.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_logout.py' - 'tests/integration/targets/podman_logout/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_logout.yml' diff --git a/.github/workflows/podman_network.yml b/.github/workflows/podman_network.yml index 678bc2b..45a4857 100644 --- a/.github/workflows/podman_network.yml +++ b/.github/workflows/podman_network.yml @@ -11,7 +11,7 @@ on: - 'plugins/module_utils/podman/quadlet.py' - 'tests/integration/targets/podman_network/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_network.yml' diff --git a/.github/workflows/podman_network_info.yml b/.github/workflows/podman_network_info.yml index 5cdaa61..fbdadae 100644 --- a/.github/workflows/podman_network_info.yml +++ b/.github/workflows/podman_network_info.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_network_info.py' - 'tests/integration/targets/podman_network_info/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_network_info.yml' diff --git a/.github/workflows/podman_play.yml b/.github/workflows/podman_play.yml index f5e31a9..438c9fd 100644 --- a/.github/workflows/podman_play.yml +++ b/.github/workflows/podman_play.yml @@ -11,7 +11,7 @@ on: - 'plugins/module_utils/podman/quadlet.py' - 'tests/integration/targets/podman_play/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_play.yml' diff --git a/.github/workflows/podman_pod.yml b/.github/workflows/podman_pod.yml index 9e7c514..a7dda43 100644 --- a/.github/workflows/podman_pod.yml +++ b/.github/workflows/podman_pod.yml @@ -14,7 +14,7 @@ on: - 'plugins/modules/podman_pod_info.py' - 'tests/integration/targets/podman_pod/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_pod.yml' diff --git a/.github/workflows/podman_pod_info.yml b/.github/workflows/podman_pod_info.yml index 300ddfd..d5d2e18 100644 --- a/.github/workflows/podman_pod_info.yml +++ b/.github/workflows/podman_pod_info.yml @@ -12,7 +12,7 @@ on: - 'plugins/modules/podman_pod_info.py' - 'tests/integration/targets/podman_pod_info/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_pod_info.yml' diff --git a/.github/workflows/podman_prune.yml b/.github/workflows/podman_prune.yml index e5ab25b..a52324c 100644 --- a/.github/workflows/podman_prune.yml +++ b/.github/workflows/podman_prune.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_prune.py' - 'tests/integration/targets/podman_prune/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_prune.yml' diff --git a/.github/workflows/podman_runlabel.yml b/.github/workflows/podman_runlabel.yml index 7eac8f4..3b0309e 100644 --- a/.github/workflows/podman_runlabel.yml +++ b/.github/workflows/podman_runlabel.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_runlabel.py' - 'tests/integration/targets/podman_runlabel/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_runlabel.yml' diff --git a/.github/workflows/podman_save.yml b/.github/workflows/podman_save.yml index 30fa8d7..948b5ee 100644 --- a/.github/workflows/podman_save.yml +++ b/.github/workflows/podman_save.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_save.py' - 'tests/integration/targets/podman_save/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_save.yml' diff --git a/.github/workflows/podman_search.yml b/.github/workflows/podman_search.yml index 1872828..b7df807 100644 --- a/.github/workflows/podman_search.yml +++ b/.github/workflows/podman_search.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_search.py' - 'tests/integration/targets/podman_search/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_search.yml' diff --git a/.github/workflows/podman_secret.yml b/.github/workflows/podman_secret.yml index edfc717..24117af 100644 --- a/.github/workflows/podman_secret.yml +++ b/.github/workflows/podman_secret.yml @@ -11,7 +11,7 @@ on: - 'plugins/modules/podman_container.py' - 'plugins/module_utils/podman/podman_container_lib.py' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_secret.yml' diff --git a/.github/workflows/podman_secret_info.yml b/.github/workflows/podman_secret_info.yml index 0718fd2..bb1cbb8 100644 --- a/.github/workflows/podman_secret_info.yml +++ b/.github/workflows/podman_secret_info.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_secret.py' - 'plugins/modules/podman_secret_info.py' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_secret_info.yml' diff --git a/.github/workflows/podman_tag.yml b/.github/workflows/podman_tag.yml index eb7fd2d..85c5568 100644 --- a/.github/workflows/podman_tag.yml +++ b/.github/workflows/podman_tag.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_tag.py' - 'tests/integration/targets/podman_tag/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_tag.yml' diff --git a/.github/workflows/podman_volume.yml b/.github/workflows/podman_volume.yml index 223aeb2..7e08442 100644 --- a/.github/workflows/podman_volume.yml +++ b/.github/workflows/podman_volume.yml @@ -11,7 +11,7 @@ on: - 'plugins/module_utils/podman/quadlet.py' - 'tests/integration/targets/podman_volume/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_volume.yml' diff --git a/.github/workflows/podman_volume_info.yml b/.github/workflows/podman_volume_info.yml index ce20187..1b292fc 100644 --- a/.github/workflows/podman_volume_info.yml +++ b/.github/workflows/podman_volume_info.yml @@ -11,7 +11,7 @@ on: - 'plugins/modules/podman_volume.py' - 'tests/integration/targets/podman_volume_info/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_volume_info.yml' diff --git a/CODE-OF-CONDUCT.md b/CODE-OF-CONDUCT.md index 3833bfa..a62169e 100644 --- a/CODE-OF-CONDUCT.md +++ b/CODE-OF-CONDUCT.md @@ -1,3 +1,3 @@ ## 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). diff --git a/README.md b/README.md index ffc004b..e5f4c05 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/SECURITY.md b/SECURITY.md index aa1f6c1..4ba771c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,4 +1,4 @@ ## 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.