shouldn't that be :

- name: NGINX reload
  service: name=nginx state=reloaded
  tags: reload

?

On 23 February 2015 at 11:36, Ivaylo Bratoev <ivaylo.brat...@gmail.com> wrote:
> Is it expected for ansible-playbook with --skip-tags to not skip handlers
> tagged properly?
>
> Let me give an example. If you have the following handler:
>
> - name: NGINX reload
>   service:
>     name: nginx
>     state: reloaded
>   tags: reload
>
>
> And you run:
> ansible-playbook ... --skip-tags reload
>
> Is it expected the handler to be skipped?
>
> For me, it is not expected and I would consider it bug but want to double
> check that before posing an issue.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ansible-project+unsubscr...@googlegroups.com.
> To post to this group, send email to ansible-project@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/a9b783a3-ac34-4802-af8d-d9a3fa94de6d%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAK5eLPQiqCFt0qMjSVuWzCrif%2BoHbeZT37W%2B%3DShd%2BJFb0VCsXQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to