We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4143ce commit 1ad45e9Copy full SHA for 1ad45e9
1 file changed
tasks/install_from_package.yml
@@ -1,5 +1,5 @@
1
- name: "Install pyproxytools package : {{ pyproxy.package.version }}"
2
- pip:
+ ansible.builtin.pip:
3
name: "pyproxytools{{ '==' + pyproxy.package.version if pyproxy.package.version != 'latest' else '' }}"
4
state: present
5
- extra_args: --break-system-packages
+
0 commit comments