mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
Replaces references to shell: with ansible.builtin.shell Signed-off-by: Ryan Lerch <rlerch@redhat.com>
4 lines
132 B
YAML
4 lines
132 B
YAML
---
|
|
- name: Run `oc import-image`
|
|
ansible.builtin.shell: oc -n {{import_image_app}} import-image {{import_image_imagestreamname}}
|