ansible/roles/openshift/import-image/tasks/main.yml
Ryan Lerch 3c41882bb0 ansiblelint fixes - fqcn[action-core] - shell to ansible.builtin.shell
Replaces references to shell: with ansible.builtin.shell

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:29:10 +10:00

3 lines
132 B
YAML

---
- name: Run `oc import-image`
ansible.builtin.shell: oc -n {{import_image_app}} import-image {{import_image_imagestreamname}}