mirror of https://github.com/ceph/ceph-ansible.git
ceph-common: use explicit action syntax for config_template
This fails with "ERROR! no action detected in task" otherwise.pull/541/head
parent
3ba68d3836
commit
20e6f932dd
|
@ -147,7 +147,8 @@
|
|||
mode: "{{ conf_directory_mode }}"
|
||||
|
||||
- name: generate ceph configuration file
|
||||
config_template:
|
||||
action: config_template
|
||||
args:
|
||||
src: ceph.conf.j2
|
||||
dest: /etc/ceph/ceph.conf
|
||||
owner: "{{ conf_file_owner }}"
|
||||
|
|
Loading…
Reference in New Issue