summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/playbooks/vas_prompt.yml
blob: a90d131859dea60f4b798b13ccfad91ba44d53ee (plain)
1
2
3
4
5
6
7
- hosts: localhost
  vars_prompt:
    - name: username
      prompt: What is your username?
      private: false
      tags: # tags were never supported, https://github.com/ansible/ansible/issues/1780
        - foo