This commit is contained in:
Jack Ivanov 2016-12-17 15:16:40 +03:00
parent 33f144765f
commit e1a3ebb838

View file

@ -41,6 +41,7 @@
command: ssh command: ssh
ssh_pub_key: "{{ public_key }}" ssh_pub_key: "{{ public_key }}"
api_token: "{{ do_access_token }}" api_token: "{{ do_access_token }}"
name: "{{ SSH_keys.comment }}"
register: do_ssh_key register: do_ssh_key
- name: "Creating a droplet..." - name: "Creating a droplet..."