mirror of
https://github.com/trailofbits/algo.git
synced 2026-08-17 21:25:50 +02:00
fix typo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user