Files
fedora-infra_ansible/roles/openshift/rollout/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

4 lines
117 B
YAML

---
- name: Run `oc rollout latest`
ansible.builtin.shell: oc -n {{rollout_app}} rollout latest {{rollout_dcname}}