Add enable_systemd variable
This commit is contained in:
parent
dfbfa7c170
commit
6d5ab20a56
@ -13,3 +13,4 @@
|
|||||||
- role: gdb
|
- role: gdb
|
||||||
- role: podman
|
- role: podman
|
||||||
- role: system-info
|
- role: system-info
|
||||||
|
when: enable_systemd
|
||||||
|
@ -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
|
# GitHub may rate limit unauthenticated API requests, this is more likely when
|
||||||
# behind a network proxy. Set the GITHUB_TOKEN environment variable to
|
# behind a network proxy. Set the GITHUB_TOKEN environment variable to
|
||||||
# authenticate any GitHub API requests executed while playing roles.
|
# authenticate any GitHub API requests executed while playing roles.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user