feat ✨: Add tasks for importing utilities.yml and installing system packages
This commit introduces two new tasks in the Ansible playbook. The first task imports a `utilities.yml` file, which likely contains reusable utility functions or configurations for API interactions. The second task installs necessary system packages required for the application to run smoothly.
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
# Main tasks for role
|
||||
# ===================
|
||||
|
||||
- name: Install api utilities
|
||||
ansible.builtin.import_tasks: utilities.yml
|
||||
|
||||
- name: Disable enterprise repo, enable no-subscription
|
||||
ansible.builtin.import_tasks: repos.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user