From 72809ac329812a4b6acf2f321b8437ec32503cce Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 7 Jul 2015 15:29:47 -0700 Subject: [PATCH] Fix up docs --- lib/ansible/modules/cloud/openstack/os_floating_ip.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/openstack/os_floating_ip.py b/lib/ansible/modules/cloud/openstack/os_floating_ip.py index 5bd29240a6..10827012ae 100644 --- a/lib/ansible/modules/cloud/openstack/os_floating_ip.py +++ b/lib/ansible/modules/cloud/openstack/os_floating_ip.py @@ -64,12 +64,12 @@ options: - When attaching a floating IP address, specify whether we should wait for it to appear as attached. required: false - default false + default: false timeout: description: - Time to wait for an IP address to appear as attached. See wait. required: false - default 60 + default: 60 state: description: - Should the resource be present or absent.