mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 23:53:58 +02:00
Fixes issue with setup module failing because Python isn't yet installed.
This commit is contained in:
parent
a3f45a6eee
commit
ff6ac8b2a3
1 changed files with 4 additions and 0 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
|
||||||
|
|
||||||
|
@ -18,6 +19,9 @@
|
||||||
|
|
||||||
- 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
|
||||||
|
|
||||||
|
- name: Gather Facts
|
||||||
|
setup:
|
||||||
|
|
||||||
- name: Check if reboot is required
|
- name: Check if reboot is required
|
||||||
shell: >
|
shell: >
|
||||||
|
|
Loading…
Add table
Reference in a new issue