mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-26 17:28:44 +00:00
21 lines
498 B
YAML
21 lines
498 B
YAML
- ansible.builtin.import_tasks: bash.yml
|
|
when: "'bash' in configure"
|
|
|
|
- ansible.builtin.import_tasks: cli.yml
|
|
when: "'cli' in configure"
|
|
|
|
- ansible.builtin.import_tasks: git.yml
|
|
when: "'git' in configure"
|
|
|
|
- ansible.builtin.import_tasks: ssh.yml
|
|
when: "'ssh' in configure"
|
|
|
|
- ansible.builtin.import_tasks: gui.yml
|
|
when: "'gui' in configure"
|
|
|
|
- ansible.builtin.import_tasks: scripts.yml
|
|
when: "'scripts' in configure"
|
|
|
|
- ansible.builtin.import_tasks: de.yml
|
|
when: "'de' in configure"
|
|
|