1
0
Fork 0
forked from infra/ansible
Commit graph

9 commits

Author SHA1 Message Date
1f05949fbc add some tags to login-registry
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-07-03 11:50:58 -07:00
25391e95b7 ansiblelint fixes - fqcn[action-core] - package to ansible.builtin.package
Replaces many references to  package: with ansible.builtin.package

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:28:00 +10:00
462176464b ansiblelint fixes-- fqcn[action-core] - command to ansible.builtin.command
Replaces many references to  command: with ansible.builtin.command

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:26:47 +10:00
691adee6ee Fix name[casing] ansible-lint issues
fix 1900 failures of the following case issue:

`name[casing]: All names should start with an uppercase letter.`

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 20:20:07 +10:00
ce66367198 Fix indentation issue
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-13 09:58:54 +10:00
687314e1c1 login-registry: Try and make command idempotent
Right now we just always run this login command no matter what.
Instead lets not run it if the credentials file is already present.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-12-09 17:59:50 -08:00
Clement Verna
a4f9bcacc6 login-registry: use the docker config.json as authfile for backward compatibility
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:21 +02:00
Clement Verna
1cf6bb0692 login-registry: use the correct ansible module to run commands
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:21 +02:00
Clement Verna
85be95fb79 Replace the push-docker role by login-registry and use podman.
This commit replaces the push-docker role which depends on docker
by a new role login-registry which is using podman instead.

Fixes https://pagure.io/fedora-infrastructure/issue/8393

Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-04-24 21:34:21 +02:00