minecraft/tasks/main.yaml
changeset 125 5a298f7b44f5
parent 112 22c06d6916bf
child 152 740231770c7c
equal deleted inserted replaced
124:870c04ac783b 125:5a298f7b44f5
    43   loop:
    43   loop:
    44     - "eula.txt"
    44     - "eula.txt"
    45     - "ops.json"
    45     - "ops.json"
    46   notify: restart minecraft
    46   notify: restart minecraft
    47 
    47 
       
    48 - name: install plugins
       
    49   include_tasks: dynmap.yaml
       
    50   when: minecraft_fork == "paper"
       
    51 
    48 - name: create server.properties
    52 - name: create server.properties
    49   become: yes
    53   become: yes
    50   file:
    54   file:
    51     path: "{{minecraft_dir}}/server.properties"
    55     path: "{{minecraft_dir}}/server.properties"
    52     state: "touch"
    56     state: "touch"