fix jinja
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
- name: Install Development Tools
|
- name: Install Development Tools
|
||||||
become: true
|
become: true
|
||||||
yum: name="@Development tools" state=present
|
yum: name="@Development tools" state=present
|
||||||
when: "{{ ansible_os_family == 'RedHat'}}"
|
when: ansible_os_family == 'RedHat'
|
||||||
|
|
||||||
- name: Install MineOS Dependencies
|
- name: Install MineOS Dependencies
|
||||||
become: true
|
become: true
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
- openssl-devel
|
- openssl-devel
|
||||||
- rsync
|
- rsync
|
||||||
- rdiff-backup
|
- rdiff-backup
|
||||||
when: "{{ ansible_os_family == 'RedHat'}}"
|
when: ansible_os_family == 'RedHat'
|
||||||
|
|
||||||
- name: Create minecraft group
|
- name: Create minecraft group
|
||||||
become: true
|
become: true
|
||||||
|
|||||||
Reference in New Issue
Block a user