summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/network/f5/bigip_ssl_key.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/network/f5/bigip_ssl_key.py')
-rw-r--r--lib/ansible/modules/network/f5/bigip_ssl_key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/network/f5/bigip_ssl_key.py b/lib/ansible/modules/network/f5/bigip_ssl_key.py
index add7cbc81a..296ed772b3 100644
--- a/lib/ansible/modules/network/f5/bigip_ssl_key.py
+++ b/lib/ansible/modules/network/f5/bigip_ssl_key.py
@@ -267,7 +267,7 @@ class Difference(object):
if self.key_checksum:
return self.want.key_source_path
if self.want.key_source_path != self.have.key_source_path:
- return self.want.key_source_path
+ return self.want.key_source_path
class ModuleManager(object):