Skip to content

Commit

Permalink
Revert "Pin requests for initial manager service deployment (#2216)" (#…
Browse files Browse the repository at this point in the history
…2221)

This reverts commit ec64acd.

Closes #2217

Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt committed May 23, 2024
1 parent 444b262 commit 9eb7413
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ansible/manager-part-0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@
virtualenv: "{{ venv_path }}"
virtualenv_command: python3 -m venv

- name: Install requests < 2.32.0
ansible.builtin.pip:
umask: "0022"
name: "requests<2.32.0"
state: present
virtualenv: "{{ venv_path }}"
virtualenv_command: python3 -m venv

- name: Create directories in /opt/src
become: true
ansible.builtin.file:
Expand Down

0 comments on commit 9eb7413

Please sign in to comment.