Skip to content

Commit

Permalink
dist upgrade on debian, solaris placeholder added
Browse files Browse the repository at this point in the history
  • Loading branch information
stafwag committed Feb 22, 2020
1 parent 6a87a4d commit 5610ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/update/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apt: name=aptitude state=latest
- name: update all
apt:
upgrade: yes
upgrade: dist
update_cache: yes
autoclean: yes
autoremove: yes
Expand Down
3 changes: 3 additions & 0 deletions tasks/update/Solaris.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- name: update solaris
debug:
msg: Not implemented yet

0 comments on commit 5610ba1

Please sign in to comment.