mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-10-30 09:51:10 +01: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