To my knowledge, that has in the past created a literal variable named `login_app set_when_task_skipped=false`
`set_when_task_skipped` isn't a feature of Ansible. We've recently made some changes to ensure that variables are legal. Likely you just want: `register: login_app` On Mon, May 4, 2020 at 1:16 PM Meir Yanovich <[email protected]> wrote: > i have old code which use set_when_task_skipped=false in register > now it is not supported any more > I'm getting on : > > - name: Find location > register: login_app set_when_task_skipped=false > when: result.stat.exists == True > > > fatal: [10.0.4.211]: FAILED! => > msg: 'Invalid variable name in ''register'' specified: 'login_app > set_when_task_skipped=false''' > > > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/9f0180e7-b516-408b-b442-620284acdb1d%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/9f0180e7-b516-408b-b442-620284acdb1d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Matt Martz @sivel sivel.net -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAD8N0v_OseR%3DssHP%3DKPHMuCHkE%2B7RHm1cWx6WnUuHbpb7hA%2BDg%40mail.gmail.com.
