mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
Merge pull request #32 from vxr/pythonfix
Fixes issue with setup module failing
This commit is contained in:
commit
61401b2624
1 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
- name: Common tools
|
- name: Common tools
|
||||||
hosts: vpn-host
|
hosts: vpn-host
|
||||||
remote_user: root
|
remote_user: root
|
||||||
|
gather_facts: false
|
||||||
vars_files:
|
vars_files:
|
||||||
- config.cfg
|
- config.cfg
|
||||||
|
|
||||||
|
@ -16,6 +17,9 @@
|
||||||
- name: Install python2.7 for Ansible
|
- name: Install python2.7 for Ansible
|
||||||
raw: apt-get install -qq -y python2.7
|
raw: apt-get install -qq -y python2.7
|
||||||
|
|
||||||
|
- name: Gather Facts
|
||||||
|
setup:
|
||||||
|
|
||||||
- name: Install Updates, Patches and Additional Security Software
|
- name: Install Updates, Patches and Additional Security Software
|
||||||
apt: upgrade=dist update_cache=yes
|
apt: upgrade=dist update_cache=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue