need become: yes for package install

pull/658/head
Steven Robertson 5 years ago
parent b4288f02c7
commit 552ae9c6d3

@ -11,12 +11,14 @@
- name: set redhat special python - name: set redhat special python
block: block:
- name: ensure we can install rh-python36 - name: ensure we can install rh-python36
become: yes
package: package:
name: name:
- centos-release-scl - centos-release-scl
state: present state: present
- name: ensure rh-python36 is installed - name: ensure rh-python36 is installed
become: yes
package: package:
name: name:
- rh-python36 - rh-python36

Loading…
Cancel
Save