8 lines
175 B
YAML
8 lines
175 B
YAML
|
- name: Make Sure System Package Are Up-To-Date
|
||
|
hosts: all
|
||
|
roles:
|
||
|
- apt_update_and_upgrade
|
||
|
|
||
|
- name: Run deploy Playbook
|
||
|
ansible.builtin.import_playbook: deploy.yaml
|