mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 06:08:35 +01:00
5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
|
# upgrade to debian buster
|
||
|
```
|
||
|
ansible <target> -m include_role -a 'name=buster_upgrade'
|
||
|
```
|