mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Remove pvp
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
when:
|
||||
- "'swarm_manager' in group_names"
|
||||
- item.enabled
|
||||
file:
|
||||
file:ceh
|
||||
path: '{{item.path}}'
|
||||
state: directory
|
||||
loop:
|
||||
@@ -79,10 +79,8 @@
|
||||
loop:
|
||||
- { file: '../../files/paper-config', target: 'minecraft', enabled: setting.minecraft.enabled }
|
||||
- { file: '../../files/proxy-config', target: 'minecraft', enabled: setting.minecraft.enabled }
|
||||
- { file: '../../files/pvp-config', target: 'minecraft', enabled: setting.minecraft.enabled }
|
||||
- { file: '../../build/paper-plugins', target: 'minecraft', enabled: setting.minecraft.enabled }
|
||||
- { file: '../../build/proxy-plugins', target: 'minecraft', enabled: setting.minecraft.enabled }
|
||||
- { file: '../../build/pvp-plugins', target: 'minecraft', enabled: setting.minecraft.enabled }
|
||||
|
||||
- name: Deploy Stacks | Copy Files
|
||||
shell: 'cp -r /home/{{ansible_user}}/stacks/{{item.file}} /opt/stacks/{{item.file}}'
|
||||
@@ -92,10 +90,8 @@
|
||||
loop:
|
||||
- { file: 'minecraft/paper-config', enabled: setting.minecraft.enabled }
|
||||
- { file: 'minecraft/proxy-config', enabled: setting.minecraft.enabled }
|
||||
- { file: 'minecraft/pvp-config', enabled: setting.minecraft.enabled }
|
||||
- { file: 'minecraft/paper-plugins', enabled: setting.minecraft.enabled }
|
||||
- { file: 'minecraft/proxy-plugins', enabled: setting.minecraft.enabled }
|
||||
- { file: 'minecraft/pvp-plugins', enabled: setting.minecraft.enabled }
|
||||
|
||||
- name: Deploy Stacks | Deploy Stacks
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user