debian-forge-composer/templates/packer/ansible/roles/common/tasks/main.yml
Sanne Raymaekers ca8a05bd3a templates/packer: subscribe packer machines
To avoid a mismatch between the RPMs (which are build using CDN content)
and the packer instances (RHUI, which might be older).
2023-03-03 13:00:05 +01:00

19 lines
395 B
YAML

---
# Subscribe
- include_tasks: subscribe.yml
# Install various software packages.
- include_tasks: packages.yml
# Configure worker initialization service.
- include_tasks: worker-initialization-service.yml
# Configure the worker.
- include_tasks: worker-config.yml
# Unsubscribe
- include_tasks: unsubscribe.yml
- name: Ensure SELinux contexts are updated
command: restorecon -Rv /etc