9 lines
344 B
YAML
9 lines
344 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
# tasks file for bootstrap
|
|
- name: Configure GPG for user
|
|
ansible.builtin.import_tasks:
|
|
file: "configure_gpg@{{ ansible_facts['system'].lowercase() }}.yml"
|
|
- name: Install and configure software on system
|
|
ansible.builtin.import_tasks:
|
|
file: "install@{{ ansible_facts['system'].lowercase() }}.yml" |