Merge "Prevent autoremoval of packages on bare metal"

This commit is contained in:
Zuul 2019-06-11 22:45:09 +00:00 committed by Gerrit Code Review
commit b638e83354

View File

@ -94,6 +94,8 @@
newuse: "{{ (ansible_pkg_mgr == 'portage') | ternary('yes', omit) }}"
changed_use: "{{ (ansible_pkg_mgr == 'portage') | ternary('yes', omit) }}"
noreplace: "{{ (ansible_pkg_mgr == 'portage') | ternary('yes', omit) }}"
when: "(is_metal is undefined) or
not (is_metal | bool)"
- name: Install distro packages
package: