Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
264 B

- hosts: black_vm:black
tasks:
- apt:
update_cache: true
upgrade: 'dist'
when: ansible_distribution == 'Debian'
- apk:
available: true
upgrade: true
update_cache: true
when: ansible_distribution == 'Alpine'