To avoid a mismatch between the RPMs (which are build using CDN content) and the packer instances (RHUI, which might be older).
19 lines
395 B
YAML
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
|