]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: use explicit action syntax for config_template 541/head
authorNiklas Haas <git@nand.wakku.to>
Sun, 14 Feb 2016 19:58:04 +0000 (20:58 +0100)
committerNiklas Haas <git@nand.wakku.to>
Sun, 14 Feb 2016 19:58:04 +0000 (20:58 +0100)
This fails with "ERROR! no action detected in task" otherwise.

roles/ceph-common/tasks/main.yml

index 712c54fc553ac921d2aa7fc63eaaa90422ccdd74..b795bce6bd7f40673f9fea969b1bdd32084f189c 100644 (file)
     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 }}"