Skip to content

Commit

Permalink
Ensure we have kubectl and kustomize on controller-0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeanner authored and openshift-merge-bot[bot] committed May 15, 2024
1 parent 3e138c1 commit b3833cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions roles/reproducer/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,17 +186,14 @@
creates: "/home/zuul/ansible-bootstrap.log"

- name: Install dev tools from install_yamls on controller-0
when: >
(operator_content_provider| default(false) | bool) or
(openstack_content_provider| default(false) | bool)
environment:
ANSIBLE_LOG_PATH: "~/ansible-bootstrap.log"
no_log: true
ansible.builtin.command:
chdir: "/home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup"
cmd: >-
ansible-playbook -i ~/ci-framework-data/artifacts/zuul_inventory.yml
download_tools.yaml
download_tools.yaml --tags kustomize,kubectl
creates: "/home/zuul/bin/operator-sdk"

- name: Configure CRC network if needed
Expand Down

0 comments on commit b3833cf

Please sign in to comment.