mirror of
https://github.com/trailofbits/algo
synced 2024-11-04 06:00:21 +00:00
Fixes issue with setup module failing because Python isn't yet installed.
This commit is contained in:
parent
a3f45a6eee
commit
ff6ac8b2a3
@ -3,6 +3,7 @@
|
||||
- name: Common tools
|
||||
hosts: vpn-host
|
||||
remote_user: root
|
||||
gather_facts: false
|
||||
vars_files:
|
||||
- config.cfg
|
||||
|
||||
@ -18,6 +19,9 @@
|
||||
|
||||
- name: Install Updates, Patches and Additional Security Software
|
||||
apt: upgrade=dist update_cache=yes
|
||||
|
||||
- name: Gather Facts
|
||||
setup:
|
||||
|
||||
- name: Check if reboot is required
|
||||
shell: >
|
||||
|
Loading…
Reference in New Issue
Block a user