Upgrade bhyve.yml to Python 3.9 as well *sigh*
This commit is contained in:
parent
6c6167b677
commit
cb492e504a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
tasks:
|
||||
- name: Install passlib
|
||||
package:
|
||||
name: py38-netaddr
|
||||
name: py39-netaddr
|
||||
state: present
|
||||
|
||||
- hosts:
|
||||
|
|
Loading…
Reference in a new issue