9 lines
173 B
YAML
9 lines
173 B
YAML
---
|
|
# Variables for system-update role
|
|
system_update_packages:
|
|
- apt-transport-https
|
|
- ca-certificates
|
|
- curl
|
|
- gnupg
|
|
- lsb-release
|
|
- software-properties-common
|