Browse Source

linux-gentoo: clean up default savedconfig files

master
Maxim Likhachev 5 years ago
parent
commit
5331d0938a
  1. 10
      roles/linux-gentoo/tasks/applications.yml

10
roles/linux-gentoo/tasks/applications.yml

@ -26,6 +26,16 @@ @@ -26,6 +26,16 @@
vars:
packages: "{{ apps.unmask }}"
- name: Remove default config files
file:
path: "/etc/portage/savedconfig/{{ item | dirname }}/"
state: absent
with_items: "{{ gentoo.use.config }}"
tags:
- portage
- emerge
- savedconfig
- name: Make directories for savedconfig files
file:
path: "/etc/portage/savedconfig/{{ item | dirname }}"

Loading…
Cancel
Save