diff options
author | binary <me@rgoncalves.se> | 2020-12-05 17:51:20 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-12-05 17:51:20 +0100 |
commit | 06ea085df10929a10e003ab28cf0aed22aaa462e (patch) | |
tree | 9818a5b1571552f30ee0089c3229330d4afa631e /playbooks | |
parent | a8d06c83a539b7bb33e048272ad7001e9aaad7c4 (diff) | |
download | infrastructure-06ea085df10929a10e003ab28cf0aed22aaa462e.tar.gz |
Rollback stack0 to bhyve hypervisor
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/stack0.rgoncalves.se.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/stack0.rgoncalves.se.yml b/playbooks/stack0.rgoncalves.se.yml index 73e6a09..2fcf803 100644 --- a/playbooks/stack0.rgoncalves.se.yml +++ b/playbooks/stack0.rgoncalves.se.yml @@ -7,4 +7,4 @@ - hosts: stack0 roles: - - { role: vmm } + - { role: bhyve } |