14 lines
205 B
YAML
14 lines
205 B
YAML
---
|
|
|
|
- name: "ensure DevStack bindeps are installed"
|
|
become: true
|
|
package:
|
|
name:
|
|
- git
|
|
- iptables
|
|
- python3
|
|
- python3-pip
|
|
- python3-systemd
|
|
- rsync
|
|
- sudo
|