#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"