Skip to content

Commit

Permalink
Force ansible-core 2.16 for Zuul tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jun 3, 2024
1 parent bedef81 commit 71d62dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions playbooks/build-ansible-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@
- name: Build ansible-test images
include_role:
name: build-ansible-test-images
vars:
images_ansible_name: ansible-core
images_ansible_version: '==2.16'
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
- name: Initialize virtual environment with the specified ansible(-core) package
ansible.builtin.pip:
name: "{{ images_ansible_name }}"
version: "{{ _install_ansible_version | default(omit, True) }}"
state: "{{ _install_ansible_state | default(omit, True) }}"
version: "{{ _install_ansible_version | default(omit, true) }}"
state: "{{ _install_ansible_state | default(omit, true) }}"
virtualenv: "{{ images_venv }}"
virtualenv_command: "{{ ansible_python.executable }} -m venv"

Expand Down

0 comments on commit 71d62dc

Please sign in to comment.