Skip to content

Commit

Permalink
Fix python syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Mycobee committed Aug 3, 2023
1 parent c548aaf commit 3e79475
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@
oauth_token: "{{ DO_API_TOKEN }}"
name: automated-builder-vps
register: droplet_facts
until: droplet_facts.data.status == "active"
until: droplet_facts.data[0].status == "active"

- name: Install apt packages
become: true
Expand Down

0 comments on commit 3e79475

Please sign in to comment.