7 lines
106 B
YAML
7 lines
106 B
YAML
---
|
|
- name: Update Debian packages
|
|
hosts: all
|
|
become: yes
|
|
roles:
|
|
- infrastructure/debian_update
|