mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Remove 'when: internet_available' from 5 files + Clean 3 similar
This commit is contained in:
parent
6e5c5f560e
commit
1c7c30d8f3
8 changed files with 12 additions and 16 deletions
|
|
@ -63,7 +63,7 @@
|
|||
get_url:
|
||||
url: https://gitlab.com/craftyguy/networkd-dispatcher/-/raw/2.1/networkd-dispatcher
|
||||
dest: /usr/bin/networkd-dispatcher
|
||||
when: internet_available and fix_dispatcher and ansible_distribution_release == "groovy"
|
||||
when: fix_dispatcher and ansible_distribution_release == "groovy"
|
||||
|
||||
#- name: Supply netplan template
|
||||
# template:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue