Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Jun 10, 2024
2 parents 99e7e48 + e60c38b commit 750d9a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions roles/minecraft-bedrock-server/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
- name: Create Minecraft Bedrock Server Directories
ansible.builtin.file:
path: "{{ item }}"
state: directory
with_items:
- "{{ minecraft_bedrock_server_data_directory }}"

- name: Start Minecraft Bedrock Server
block:
- name: Create Minecraft Bedrock Server Directories
ansible.builtin.file:
path: "{{ item }}"
state: directory
with_items:
- "{{ minecraft_bedrock_server_data_directory }}"

- name: Minecraft Bedrock Server Docker Container
community.docker.docker_container:
name: "{{ minecraft_bedrock_server_container_name }}"
Expand Down

0 comments on commit 750d9a3

Please sign in to comment.