diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-06-22 19:09:05 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-06-22 19:09:05 +0000 |
commit | 70347cca5eec5bae948ee9ab4692a1990fe65dea (patch) | |
tree | 9e756e567ccc65481e0cd9c6ef89a4ae67b40372 | |
parent | 6ab6608671c1649f6c8c7d17818e94c84b58c449 (diff) | |
download | ansible-70347cca5eec5bae948ee9ab4692a1990fe65dea.tar.gz ansible-70347cca5eec5bae948ee9ab4692a1990fe65dea.tar.xz ansible-70347cca5eec5bae948ee9ab4692a1990fe65dea.zip |
Add indentation
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r-- | tasks/transient_cloud.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/transient_cloud.yml b/tasks/transient_cloud.yml index 7ae1bbd47..c133d864b 100644 --- a/tasks/transient_cloud.yml +++ b/tasks/transient_cloud.yml @@ -4,9 +4,9 @@ become: False local_action: security_groups: all-icmp-transient,web-80-anywhere-transient,web-443-anywhere-transient,ssh-anywhere-transient,default - nics: # transient-net - - net-id: 96e0590b-e572-4340-9408-ce4d4e4f4536 + nics: + - net-id: 96e0590b-e572-4340-9408-ce4d4e4f4536 name: "{{ name }}" module: nova_compute auth_url: "{{os_auth_url}}" |