4 lines
77 B
YAML
4 lines
77 B
YAML
- name: Install networkx
|
|
apt:
|
|
name: python3-networkx
|
|
state: latest
|