validate_argument_spec: fixed example syntax (#82534)

pull/82541/head
Akira Yokochi 5 months ago committed by GitHub
parent 21247c828e
commit bf9509bf33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,7 +74,7 @@ EXAMPLES = r'''
- name: verify vars needed for next include and not from inside it, also with params i'll only define there
block:
- ansible.builtin.validate_argument_spec:
argument_spec: "{{lookup('ansible.builtin.file', 'nakedoptions.yml'}}"
argument_spec: "{{ lookup('ansible.builtin.file', 'nakedoptions.yml') }}"
provided_arguments:
but: "that i can define on the include itself, like in it's `vars:` keyword"

Loading…
Cancel
Save