]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph_key: apply permissions using ansible code module
authorSébastien Han <seb@redhat.com>
Fri, 16 Nov 2018 09:46:10 +0000 (10:46 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 3 Dec 2018 13:39:43 +0000 (14:39 +0100)
commit3d0670b41c42bfa17dfb18fc90a971b739a66d16
tree8fcbceb4016d2e432bfe48d66685fa3029dcad5f
parent7ac73202f74ec508312a801723f7685d10036ff8
ceph_key: apply permissions using ansible code module

Instead of applying file permissions from our code, let's rely on the
ansible code 'file' module for this. This is now handled at the task
declaration level instead of inside the module.

Signed-off-by: Sébastien Han <seb@redhat.com>
library/ceph_key.py