fix indetation

This commit is contained in:
Miroslav Suchý 2016-02-11 10:47:00 +01:00
parent 9fd4c695ce
commit 208aec7f4b

View file

@ -9,10 +9,10 @@
when: pgsql_ls.stdout is defined and 'postgresql_db_t' not in pgsql_ls.stdout
# BZ 1241507
- name: install copr-frontend
shell: yum-deprecated install -y copr-frontend || yum install -y copr-frontend
- name: install copr-selinux
shell: yum-deprecated install -y copr-selinux || yum install -y copr-selinux
- name: install copr-frontend
shell: yum-deprecated install -y copr-frontend || yum install -y copr-frontend
- name: install copr-selinux
shell: yum-deprecated install -y copr-selinux || yum install -y copr-selinux
- name: install pkgs for copr-frontend
dnf: state=present pkg={{ item }}