]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-nfs: use template module for configuration
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 3 Jun 2019 19:28:39 +0000 (15:28 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 24 Jun 2019 18:47:25 +0000 (20:47 +0200)
commit14f2d616eee2d75f1f3822bdf8d32c597349a2cc
tree773d2ee63ae834000ced829ada60a782bcce1f36
parent8b91905dff47ee65fed4dd9c84c006942b193685
ceph-nfs: use template module for configuration

789cef7 introduces a regression in the ganesha configuration file
generation. The new config_template module version broke it.
But the ganesha.conf file isn't an ini file and doesn't really
need to use the config_template module. Instead we can use the
classic template module.

Resolves: #4045

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 616c4846980bc01144417416d60fd9bb46aa14a9)
roles/ceph-nfs/tasks/start_nfs.yml