src.nth.io/

summaryrefslogtreecommitdiff
path: root/minecraft/tasks/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-07-03 11:09:26 -0500
committerLuke Hoersten <[email protected]>2021-07-03 11:09:26 -0500
commit943c1f76793b09d8556424e9e7b12752e3306fb8 (patch)
treebd33cd7d57cfc9554bea64d790f1196e7f74b481 /minecraft/tasks/main.yaml
parent5d431f3af02fce3a1945e70c2d8c336801890abf (diff)
Added difficulty config.
Diffstat (limited to 'minecraft/tasks/main.yaml')
-rw-r--r--minecraft/tasks/main.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/minecraft/tasks/main.yaml b/minecraft/tasks/main.yaml
index dfc5087..1ad314c 100644
--- a/minecraft/tasks/main.yaml
+++ b/minecraft/tasks/main.yaml
@@ -68,6 +68,7 @@
loop:
- {key: "motd", value: "{{minecraft_motd}}"}
- {key: "level-seed", value: "{{minecraft_seed}}"}
+ - {key: "difficulty", value: "{{minecraft_difficulty}}"}
- name: install systemd service
become: yes