Skip to content
Snippets Groups Projects
Commit 17c021ef authored by sub's avatar sub
Browse files

corrected testing environment (not true), adjusted not understood yaml...

corrected testing environment (not true), adjusted not understood yaml formatting error from hell(tm)
parent 62f2c064
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
- restic - restic
- runcron - runcron
- name: Install extra packages - name: Install extra packages
apt: apt:
name: "{{ extra_packages }}" name: "{{ extra_packages }}"
state: present state: present
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
extra_packages: extra_packages:
- net-tools - net-tools
- vim - vim
when: "testing|default(True)" when: "not 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