summaryrefslogtreecommitdiffstats
path: root/site.yml
diff options
context:
space:
mode:
Diffstat (limited to 'site.yml')
-rw-r--r--site.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/site.yml b/site.yml
index 3321e889..2a11b581 100644
--- a/site.yml
+++ b/site.yml
@@ -17,6 +17,7 @@
become: true
ansible.builtin.package:
update_cache: true
+ failed_when: false
- name: "Dev machines configure"
gather_facts: true
@@ -26,6 +27,7 @@
roles:
- role: "locales"
- role: "timezone"
+ - role: "wireguard"
- role: "homebrew"
- role: "python"