ansible: fix urlsplit('hostname') in convert_openrc 45/52845/2
authorRoss Brattain <ross.b.brattain@intel.com>
Wed, 28 Feb 2018 15:39:43 +0000 (07:39 -0800)
committerRoss Brattain <ross.b.brattain@intel.com>
Wed, 28 Feb 2018 15:53:12 +0000 (15:53 +0000)
commit18fb2e5389eae1079a5609037cb69c243904045a
tree88140477dcd03fe5e0f5b7a2614a352038b7617c
parente670c9c6e165ee508bd509a3cd71f80c45d6d919
ansible: fix urlsplit('hostname') in convert_openrc

can't use urlsplit|attr('hostname') since urlsplit is a dict

should instead use urlsplit('hostname')

Change-Id: I272cac785c2336891b43b81ecf10370af8be228b
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
ansible/roles/convert_openrc/tasks/main.yml