wrong copy paste in readme (bonk)

This commit is contained in:
Bertrand Lanson 2023-04-06 21:25:21 +02:00
parent e318b787f8
commit a581f64c24

View File

@ -23,7 +23,7 @@ manage_pip_packages_list: # by default, not defined
state: absent
- name: ...
```
This variable is a list of packages, with their name, desired version and state. `version_constraint` can be multiple constraints,separatedby commas (example: `>1.10`, `>1.10,<1.15,!=1.12`,`==1.13`).
This variable is a list of packages, with their name, desired version and state. `version_constraint` can be multiple constraints,separated by commas (example: `>1.10`, `>1.10,<1.15,!=1.12`,`==1.13`).
Dependencies
------------