aboutsummaryrefslogtreecommitdiffstats
path: root/roles/users
diff options
context:
space:
mode:
Diffstat (limited to 'roles/users')
-rw-r--r--roles/users/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/users/tasks/main.yml b/roles/users/tasks/main.yml
index 0a0e259..7c37a30 100644
--- a/roles/users/tasks/main.yml
+++ b/roles/users/tasks/main.yml
@@ -34,5 +34,5 @@
owner: root
group: "{{ group_root }}"
mode: 0644
- when: ansible_become_method == "doas"
+ when: ansible_become_method == "doas" or ansible_distribution == "OpenBSD"
remember that computers suck.