mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
bitwarden
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
set_fact:
|
||||
wifi_adapter: '{{ item }}'
|
||||
loop: '{{ ansible_facts.interfaces }}'
|
||||
when: 'item.startswith("en")'
|
||||
when: 'item.startswith("eno")'
|
||||
|
||||
- name: Creating config
|
||||
become: true
|
||||
|
Reference in New Issue
Block a user