diff options
author | binary <me@rgoncalves.se> | 2020-11-21 16:14:55 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-21 16:14:55 +0100 |
commit | 77eef6041db574d65c4dd6f5af1468db7b8fbb36 (patch) | |
tree | 4eb27757eb4bf94817b93dbee1f73cffcf3a0627 /playbooks | |
parent | 141a96d2ce17194acb14b48b5a00fc10f2972879 (diff) | |
download | infrastructure-77eef6041db574d65c4dd6f5af1468db7b8fbb36.tar.gz |
Add factorio role.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/vm0.rgoncalves.se.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/vm0.rgoncalves.se.yml b/playbooks/vm0.rgoncalves.se.yml index da1862d..5e9ca4a 100644 --- a/playbooks/vm0.rgoncalves.se.yml +++ b/playbooks/vm0.rgoncalves.se.yml @@ -8,6 +8,7 @@ - hosts: vm0 roles: + - { role: alpine_glibc } - { role: minecraft } - # - { role: factorio } + - { role: factorio } # - { role: stationeers } |