This commit is contained in:
Jack Ivanov 2017-03-06 00:55:13 +03:00
parent dfb1cbc282
commit 69ff22f9bb

View file

@ -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: