This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
playbook to upgrade os package managers
python3
Zolfa
5 years ago
parent
f01b9fcd2e
commit
1ea9cab1d9
Signed by:
zolfa
GPG Key ID:
E1A43B038C4D6616
1 changed files
with
11 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
apt_upgrade.yaml
+ 11
- 0
apt_upgrade.yaml
View File
@ -0,0 +1,11 @@
-
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'
Write
Preview
Loading…
Cancel
Save