mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
container vars file now a variable
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
dfe92156fe
commit
375847536b
2 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
- name: Load variable for container
|
||||
include_vars:
|
||||
file: is_container.yml
|
||||
file: "{{ container_vars_file }}"
|
||||
|
||||
- name: output if discovered is a container
|
||||
debug:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue