ansible/roles/openshift/start-build/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
122 B
YAML

---
- name: Run `oc start-build`
ansible.builtin.shell: oc -n {{start_build_app}} start-build {{start_build_buildname}}