Replaces references to shell: with ansible.builtin.shell Signed-off-by: Ryan Lerch <rlerch@redhat.com>
3 lines
122 B
YAML
3 lines
122 B
YAML
---
|
|
- name: Run `oc start-build`
|
|
ansible.builtin.shell: oc -n {{start_build_app}} start-build {{start_build_buildname}}
|