Compare commits

...

6 Commits

5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
tasks:
- name: Install passlib
package:
name: py38-netaddr
name: py39-netaddr
state: present
- hosts:

View File

@ -1,5 +1,5 @@
---
ansible_python_interpreter: /usr/local/bin/python3.8
ansible_python_interpreter: /usr/local/bin/python3.9
s6_etc_dir: /etc/s6-rc
s6_live_dir: /run/s6-rc
s6_scan_dir: /run/service

View File

@ -128,7 +128,7 @@ bhyve_guests:
- name: geno-playground
index: 3
enabled: true
enabled: false
ram: 4G
cpus: 4
password: foobar

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/python3.7
#!/usr/local/bin/python3
# -*- coding: utf-8 -*-
#
# (c) 2014, David Lundgren <dlundgren@syberisle.net>

View File

@ -7,7 +7,7 @@
tasks:
- name: Install passlib
package:
name: py38-passlib
name: py39-passlib
state: present
- hosts: