basic role for openbsd too

main
Ricard Illa 2022-09-04 17:46:28 +02:00
parent 976f02981b
commit d88d8ece2e
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 5 additions and 0 deletions

View File

@ -8,3 +8,8 @@
apt:
name: python3
when: ansible_distribution in ["Debian", "Ubuntu"]
- name: install python3
openbsd_pkg:
name: python3
when: ansible_distribution == "OpenBSD"