2 Commits

Author SHA1 Message Date
11703c081e refactor(role): Rename role to better reflect non-VM use cases 2025-12-18 23:21:42 +01:00
6ed5c0c30a fix(role): Add pacman options to correct config section
Without an [options] or similar INI header line pacman config files
in '/etc/pacman.d' can sometimes load incorrectly, for example when
multiple files exist where some of them do and other do not have the
header. We're normalizing our config file here so that it no longer
trips up pacman.
2025-12-18 22:55:06 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
[//]: # (SPDX-License-Identifier: MIT) [//]: # (SPDX-License-Identifier: MIT)
# Role Name # Role Name
role-service-generic_vm role-service-generic_machine
# Description # Description
@@ -48,7 +48,7 @@ In your `playbook.yml` call it like so:
- name: 'Awesome playbook' - name: 'Awesome playbook'
hosts: all hosts: all
roles: roles:
- 'role-service-generic_vm' - 'role-service-generic_machine'
``` ```
# License # License

View File

@@ -1,4 +1,5 @@
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
[options]
ILoveCandy ILoveCandy
Color Color
ParallelDownloads = 20 ParallelDownloads = 20