Add enable_systemd variable

This commit is contained in:
Kenneth Benzie 2024-07-12 22:50:07 +01:00
parent dfbfa7c170
commit 6d5ab20a56
2 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,4 @@
- role: gdb
- role: podman
- role: system-info
when: enable_systemd

View File

@ -1,4 +1,7 @@
---
# (Dis/en)able usage of systemd units.
enable_systemd: '{{ ansible_env.enable_systemd | default(True) }}'
# GitHub may rate limit unauthenticated API requests, this is more likely when
# behind a network proxy. Set the GITHUB_TOKEN environment variable to
# authenticate any GitHub API requests executed while playing roles.