diff --git a/.github/workflows/podman_build.yml b/.github/workflows/podman_quadlet_build.yml similarity index 100% rename from .github/workflows/podman_build.yml rename to .github/workflows/podman_quadlet_build.yml diff --git a/ci/playbooks/containers/podman_build.yml b/ci/playbooks/containers/podman_quadlet_build.yml similarity index 100% rename from ci/playbooks/containers/podman_build.yml rename to ci/playbooks/containers/podman_quadlet_build.yml diff --git a/tests/unit/plugins/modules/test_podman_build.py b/tests/unit/plugins/modules/test_podman_build.py index e34582f..3f16d3f 100644 --- a/tests/unit/plugins/modules/test_podman_build.py +++ b/tests/unit/plugins/modules/test_podman_build.py @@ -18,8 +18,6 @@ class TestPodmanBuildModule: ({"name": "myimage", "file": "/tmp/Containerfile"}, True), # Valid minimal parameters ({"name": "myimage", "set_working_directory": "/tmp/build"}, True), - # Valid parameters with tag - ({"name": "myimage", "file": "/tmp/Containerfile", "tag": "1.0"}, True), # Valid parameters with all image states ({"name": "myimage", "file": "/tmp/Containerfile", "state": "quadlet"}, True), ],