fix jinja

This commit is contained in:
Patrick Toal
2019-06-24 21:13:31 -04:00
parent 0fe7a42d3b
commit 36c5b1f30a

View File

@@ -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