have posted one of my first roles on galaxy, and I am getting warnings.

./galaxy/downloads/tmpQjSwNY/tasks/main.yml:40: [E503] Tasks that run when 
changed should likely be handlers

If someone would be so kind as to give me some pointers on where to look in 
order to resolve these warnings, it would be appreciated.

dagman62.apache_php

Thanks in advance

Gaetano

The block in question is:

  - name: Unpacking Apache APR
    unarchive:
      copy: no
      dest: /tmp/
      src: "{{ apr_source.dest }}"
    when: apr_source is changed
    register: apr_source_unpack

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to