debian-forge-composer/templates/packer/ansible/roles/common/tasks/worker-config.yml
Sanne Raymaekers 13aae7d532 templates/packer: invert tag logic
With the rpmcopy or rpmrepo_osbuild tags, the `Install worker rpm` stage
got skipped on RHEL and CI. Invert the tag logic and use `--tags`
instead of `--skip-tags`.
2024-05-21 09:40:11 +02:00

15 lines
314 B
YAML

---
- name: Create osbuild-worker config directory
tags:
- always
file:
path: /etc/osbuild-worker/
state: directory
- name: Copy worker config stub
tags:
- always
copy:
src: "{{ playbook_dir }}/roles/common/files/osbuild-worker.toml"
dest: /etc/osbuild-worker/osbuild-worker.toml