7 lines
102 B
YAML
7 lines
102 B
YAML
|
- name: Install packages
|
||
|
package:
|
||
|
name:
|
||
|
- python
|
||
|
- python-poetry
|
||
|
state: present
|