ceph-common: use explicit action syntax for config_template

This fails with "ERROR! no action detected in task" otherwise.
pull/541/head
Niklas Haas 2016-02-14 20:58:04 +01:00
parent 3ba68d3836
commit 20e6f932dd
No known key found for this signature in database
GPG Key ID: 3BA77D4BFDB10BCE
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@
mode: "{{ conf_directory_mode }}" mode: "{{ conf_directory_mode }}"
- name: generate ceph configuration file - name: generate ceph configuration file
config_template: action: config_template
args:
src: ceph.conf.j2 src: ceph.conf.j2
dest: /etc/ceph/ceph.conf dest: /etc/ceph/ceph.conf
owner: "{{ conf_file_owner }}" owner: "{{ conf_file_owner }}"