Skip to content
Snippets Groups Projects
Commit 2ccc618e authored by sub's avatar sub
Browse files

separated extra packages from base packages, in order to avoid installing them in test environment

parent 279b21d5
Branches
Tags
No related merge requests found
...@@ -77,7 +77,16 @@ ...@@ -77,7 +77,16 @@
- tabacco - tabacco
- restic - restic
- runcron - runcron
- name: Install extra packages
apt:
name: "{{ extra_packages }}"
state: present
vars:
extra_packages:
- net-tools - net-tools
- vim
when: "testing|default(True)"
- name: Remove blacklisted packages - name: Remove blacklisted packages
apt: apt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment