mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
name fixes
This commit is contained in:
parent
4419f65b17
commit
1164ead639
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
- name: Configure the server and install required software
|
- name: Configure the server
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
tags: algo
|
tags: algo
|
||||||
vars_files:
|
vars_files:
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
tags:
|
tags:
|
||||||
- cloud
|
- cloud
|
||||||
|
|
||||||
- name: Post-provisioning tasks
|
- name: Configure the server and install required software
|
||||||
hosts: vpn-host
|
hosts: vpn-host
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tags: algo
|
tags: algo
|
||||||
|
|
Loading…
Add table
Reference in a new issue