Skip to content
Snippets Groups Projects
Commit 694acb77 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: create group before running tests

parent c991598d
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
hosts: "*" hosts: "*"
gather_facts: true gather_facts: true
pre_tasks: pre_tasks:
- name: create group
ansible.builtin.group:
name: "lza"
- name: configure additional package repositories for Debian - name: configure additional package repositories for Debian
block: block:
- name: add 'contrib' repos to default Debian repos - name: add 'contrib' repos to default Debian repos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment