basic role for openbsd too
parent
976f02981b
commit
d88d8ece2e
|
@ -8,3 +8,8 @@
|
|||
apt:
|
||||
name: python3
|
||||
when: ansible_distribution in ["Debian", "Ubuntu"]
|
||||
|
||||
- name: install python3
|
||||
openbsd_pkg:
|
||||
name: python3
|
||||
when: ansible_distribution == "OpenBSD"
|
||||
|
|
Loading…
Reference in New Issue