Re: [ansible-project] Re: Need help about Ansible block syntax

2018-02-19 Thread Brian Coca
'tasks' is a property of a play, it should ONLY appear at the play level -- -- Brian Coca -- 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] Re: Need help about Ansible block syntax

2018-02-01 Thread JiElPe-Fr38
Thanks all for your help. I have been really bored with the block... but I finally succeed. The ansible / yaml syntax is not always straightforward to understand (or I lack some skills). I went back to the ansible block documentation

[ansible-project] Re: Need help about Ansible block syntax

2018-01-31 Thread Malcolm Hussain-Gambles
Notify should go after each of the tasks. You could set a fact in the block then check that and notify afterwards though -- 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

[ansible-project] Re: Need help about Ansible block syntax

2018-01-31 Thread ZillaYT
block does not support ALL the features of a simple task so this may be your issue. For example, it may not support notify, but you'll need to look at this. On Wednesday, January 31, 2018 at 10:29:00 AM UTC-5, JiElPe-Fr38 wrote: > > Dear all, > > I am quite new to Ansible and try to "make a