fix up yml syntax issue
This commit is contained in:
parent
1d1e15d689
commit
b6222023d7
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue