Add missing python-sphinx10 package and link.
- name: install common packages
yum: name={{item}} state=present
with_items:
+ - htop
- libselinux-python
+ - ntp
- policycoreutils-python
- - python-urllib3
+ - pyOpenSSL
- python-pyasn1
+ - python-sphinx10
+ - python-urllib3
- python2-ndg_httpsclient
- - pyOpenSSL
- - htop
- - ntp
+
+ - name: link sphinx
+ command: ln -s /usr/bin/sphinx-1.0-{{ item }} /usr/bin/sphinx-{{ item }} creates=/usr/bin/sphinx-{{ item }}
+ with_items:
+ - autogen
+ - build
+ - quickstart
- name: permissive selinux
selinux: state=permissive policy=targeted