Skip to content

Commit

Permalink
Merge branch 'devel' of https://github.com/grycap/im into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 6, 2019
2 parents c1306b2 + ed976dc commit 463aaa1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion contextualization/conf-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
gather_facts: false
vars:
# Ansible specific Version or "latest"
ANSIBLE_VERSION: 2.6.15
ANSIBLE_VERSION: 2.6.20
tasks:
- name: Set Ansible version from env
set_fact: ANSIBLE_VERSION={{ lookup('env','ANSIBLE_VERSION') }}
when: lookup('env','ANSIBLE_VERSION') != ""

# Some OSs does not have python by default
- name: Check Python is installed
raw: which python
Expand Down

0 comments on commit 463aaa1

Please sign in to comment.