Add custom repo for mineos, to enable PAM
This commit is contained in:
@@ -51,7 +51,12 @@
|
||||
- name: Clone mineos git repo
|
||||
become: true
|
||||
become_user: minecraft
|
||||
git: repo=https://github.com/hexparrot/mineos-node.git dest=/usr/games/minecraft update={{ mineos_keep_updated }}
|
||||
git:
|
||||
repo: "{{ mineos_repo }}"
|
||||
version: "{{ mineos_version }}"
|
||||
dest: "/usr/games/minecraft"
|
||||
update: "{{ mineos_keep_updated }}"
|
||||
|
||||
notify: Restart mineos
|
||||
|
||||
- name: Set git core.filemode setting
|
||||
|
||||
Reference in New Issue
Block a user