mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-22 00:57:08 +02:00
fix typo
This commit is contained in:
parent
dfb1cbc282
commit
69ff22f9bb
1 changed files with 2 additions and 2 deletions
|
@ -85,11 +85,11 @@
|
|||
Authorization: "Bearer {{ do_access_token }}"
|
||||
register: do_droplets
|
||||
|
||||
- name: Ensure the group ec2 exists in the dynamic inventory file
|
||||
- name: Ensure the group digitalocean exists in the dynamic inventory file
|
||||
lineinfile:
|
||||
state: present
|
||||
dest: configs/inventory.dynamic
|
||||
line: '[digitalocean]'
|
||||
line: '[digitalocean]'
|
||||
|
||||
- name: Populate the dynamic inventory
|
||||
lineinfile:
|
||||
|
|
Loading…
Add table
Reference in a new issue