Skip to content

Commit 1ad45e9

Browse files
committed
fix ansible-lint
1 parent b4143ce commit 1ad45e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tasks/install_from_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: "Install pyproxytools package : {{ pyproxy.package.version }}"
2-
pip:
2+
ansible.builtin.pip:
33
name: "pyproxytools{{ '==' + pyproxy.package.version if pyproxy.package.version != 'latest' else '' }}"
44
state: present
5-
extra_args: --break-system-packages
5+

0 commit comments

Comments
 (0)