Merge pull request #32 from vxr/pythonfix

Fixes issue with setup module failing
pull/31/head
Evgeniy Ivanov 8 years ago committed by GitHub
commit 61401b2624

@ -3,6 +3,7 @@
- name: Common tools
hosts: vpn-host
remote_user: root
gather_facts: false
vars_files:
- config.cfg
@ -16,6 +17,9 @@
- name: Install python2.7 for Ansible
raw: apt-get install -qq -y python2.7
- name: Gather Facts
setup:
- name: Install Updates, Patches and Additional Security Software
apt: upgrade=dist update_cache=yes

Loading…
Cancel
Save