How should an Ansible task reference a play variable named web_pkg?
web_pkg
name: [web_pkg]
name: $web_pkg
name: "{{ web_pkg }}"
name: web_pkg