Skip to content

Commit 94e0b52

Browse files
committed
Wrap variable for 2.x variable style.
1 parent 387a609 commit 94e0b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lamp-infrastructure/provisioners/digitalocean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
else 'slave' }}"
3939
mysql_server_id: "{{ item.0 }}"
4040
when: item.1.droplet is defined
41-
with_indexed_items: created_droplets.results
41+
with_indexed_items: "{{ created_droplets.results }}"
4242

4343
- hosts: do
4444
remote_user: root

0 commit comments

Comments
 (0)