Fix typo in error message

Change-Id: Id3a3f26efd55677712ae9c960dd181f3aed5d0ef
This commit is contained in:
Andy McCrae 2017-01-11 16:08:32 +00:00
parent 445ba39cc4
commit 05ce3a6bd5
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
- name: Swift replication address not found
fail:
msg: "{{ swift.replication_network }} not found on host, can't find swift_replican_address"
msg: "{{ swift.replication_network }} not found on host, can't find swift_replication_address"
when:
- swift.replication_network is defined
- swift_replication_bridge is defined