in both versions you can still solve this by using YAML references

vars:
  apt_defaults: &apt_defaults
...

- apt:
  <<: *apt_defaults
  pkg: "{{item}}"
...


----------
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CACVha7cJfv4h6Z9RRewOpWseNEjMCcVJ6exbkQCUihe3a2nMJw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to