diff options
author | binary <me@rgoncalves.se> | 2021-01-18 10:02:04 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-01-18 10:02:04 +0100 |
commit | 3481e1e128ec5522ac49b48c43e8e8b1a676ba38 (patch) | |
tree | 511065a64f260b0ffa1bbf0ca1e4d41d0f4b8dab /playbooks | |
parent | a9f2fde23de7e63efaaf69714bcf6de61b7bb8aa (diff) | |
download | infrastructure-3481e1e128ec5522ac49b48c43e8e8b1a676ba38.tar.gz |
Enable ksp for vm0
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/vm0.rgoncalves.se.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/playbooks/vm0.rgoncalves.se.yml b/playbooks/vm0.rgoncalves.se.yml index 5e9ca4a..081e38f 100644 --- a/playbooks/vm0.rgoncalves.se.yml +++ b/playbooks/vm0.rgoncalves.se.yml @@ -8,7 +8,7 @@ - hosts: vm0 roles: - - { role: alpine_glibc } - - { role: minecraft } - - { role: factorio } + - { role: minecraft , tags: "role_minecraft"} + - { role: factorio , tags: "role_factorio"} + - { role: ksplmp, tags: "role_ksplmp" } # - { role: stationeers } |