mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
fix up yml syntax issue
This commit is contained in:
@@ -33,13 +33,13 @@
|
|||||||
- named_write_master_zones
|
- named_write_master_zones
|
||||||
- allow_ypbind
|
- allow_ypbind
|
||||||
|
|
||||||
- name: selinux module install: stickshift
|
- name: selinux module install - stickshift
|
||||||
action: command semodule -i /usr/share/selinux/packages/rubygem-stickshift-common/stickshift.pp
|
action: command semodule -i /usr/share/selinux/packages/rubygem-stickshift-common/stickshift.pp
|
||||||
|
|
||||||
- name: selinux module disable: passenger
|
- name: selinux module disable - passenger
|
||||||
action: comand semodule -d passenger
|
action: comand semodule -d passenger
|
||||||
|
|
||||||
- name: selinux module install: other passenger
|
- name: selinux module install - other passenger
|
||||||
action: command semodule -i /usr/share/selinux/packages/rubygem-passenger/rubygem-passenger.pp
|
action: command semodule -i /usr/share/selinux/packages/rubygem-passenger/rubygem-passenger.pp
|
||||||
|
|
||||||
- name: fix up files for selinux
|
- name: fix up files for selinux
|
||||||
|
|||||||
Reference in New Issue
Block a user