ceph-ansible/roles/ceph-client/tasks
Guillaume Abrioux ecbd3e4558 Revert "client: add quotes to the dict values"
This commit is adding quotes that make keyring unusuable

eg:

```
client.john
        key: AQAN0RdbAAAAABAAH5D3WgMN9Rxw3M8jkpMIfg==
        caps: [mds] ''
        caps: [mgr] 'allow *'
        caps: [mon] 'allow rw'
        caps: [osd] 'allow rw'
```

Trying to import such a keyring and use it will result:

```
Error EACCES: access denied
```

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1623417

This reverts commit 424815501a.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-09-07 17:21:55 +00:00
..
create_users_keys.yml Revert "client: add quotes to the dict values" 2018-09-07 17:21:55 +00:00
main.yml client: don't make `osd_pool_default_pg_num` mandatory 2017-12-14 17:22:07 +01:00
pre_requisite.yml client: fix an incorrect title in a task 2018-07-26 15:57:41 +02:00