Skip to content

Commit

Permalink
centos7: add python3
Browse files Browse the repository at this point in the history
Specifically, python3.6 (python 3.6.8 at time of this commit) from
package `python36`.

PR-URL: #1800
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
sam-github committed May 17, 2019
1 parent 7aa703d commit db19dcc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---

#
# centos7: python2.7 is default
# centos7: python2.7 is default, python36 (the package name) is available
#

- name: install required packages
package: name="{{ package }}" state=present
loop_control:
loop_var: package
with_items:
- python-setuptools
- python-setuptools, python36

- name: install tap2junit
raw: easy_install tap2junit

0 comments on commit db19dcc

Please sign in to comment.