blob: 62d9b46b64436f1491cbd72d4665bdc278715c50 (
plain)
1
2
3
4
5
6
7
8
9
|
---
- name: 'Run the setup tasks'
ansible.builtin.import_tasks: 'setup.yaml'
tags: ['install']
- name: 'Run the config tasks'
ansible.builtin.import_tasks: 'config.yaml'
tags: ['install', 'config']
|