Commit 351647df by Maruyama

common整理、libselinux-python追加

parent 5584bb26
...@@ -2,3 +2,8 @@ ...@@ -2,3 +2,8 @@
- name: install development tools - name: install development tools
yum: name="@Development tools" state=present yum: name="@Development tools" state=present
become: yes become: yes
- name: install selinux python binding
yum:
name: libselinux-python
become: yes
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment