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`.
15 lines
314 B
YAML
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
|