Replaces references to shell: with ansible.builtin.shell Signed-off-by: Ryan Lerch <rlerch@redhat.com>
3 lines
132 B
YAML
3 lines
132 B
YAML
---
|
|
- name: Run `oc import-image`
|
|
ansible.builtin.shell: oc -n {{import_image_app}} import-image {{import_image_imagestreamname}}
|