BaseOS v1.0.21 #2

Merged
chris merged 35 commits from testing into main 2024-02-28 20:29:05 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 859c099443 - Show all commits

View File

@ -13,7 +13,7 @@
- name: Include defined role(s)
ansible.builtin.include_role:
name: "{{ item }}"
loop: "{{ __baseos_include_roles }}"
loop: "{{ baseos_include_roles }}"
...

View File

@ -1,5 +1,5 @@
---
__baseos_include_roles:
baseos_include_roles:
- jchristianh.baseos.resolv_conf
# - jchristianh.baseos.hostname
- jchristianh.baseos.etc_hosts