Skip to content

Commit 9cc7c1f

Browse files
committed
+install:解决安装软件后不清理安装包的问题,
1 parent cef07df commit 9cc7c1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

playbooks/install.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
# }}}
194194

195195
- name: Clean up dependent packages # {{{
196-
tags: [common]
196+
tags: [common, general, special]
197197
block:
198198
- apt:
199199
autoremove: yes
@@ -205,6 +205,7 @@
205205
# }}}
206206

207207
- name: Clean up the installation package (cache) # {{{
208+
tags: [common, general, special]
208209
block:
209210
- apt:
210211
autoclean: yes

0 commit comments

Comments
 (0)