mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
Replaces references to shell: with ansible.builtin.shell Signed-off-by: Ryan Lerch <rlerch@redhat.com>
4 lines
122 B
YAML
4 lines
122 B
YAML
---
|
|
- name: Run `oc start-build`
|
|
ansible.builtin.shell: oc -n {{start_build_app}} start-build {{start_build_buildname}}
|