Initial project commit
This commit is contained in:
18
join.yml
Normal file
18
join.yml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
- name: Something
|
||||
hosts: localhost
|
||||
connection: local
|
||||
become: false
|
||||
|
||||
vars:
|
||||
disabled_modules:
|
||||
- scsi_debug
|
||||
- falcon_lsm_serviceable
|
||||
- falcon_nf_netcontains
|
||||
- falcon_kal
|
||||
- falcon_lsm_pinned_16407
|
||||
|
||||
tasks:
|
||||
- name: Print the list separated by spaces
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ disabled_modules | join(' ') }}"
|
Reference in New Issue
Block a user