Fix typos in stat module examples (#78651)

pull/78667/head
NitrogenPointBlue 2 years ago committed by GitHub
parent 0c57734819
commit 38c3b5e8f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -129,12 +129,12 @@ EXAMPLES = r'''
msg: "Path exists and is a directory"
when: p.stat.isdir is defined and p.stat.isdir
- name: Don not do checksum
- name: Do not calculate the checksum
ansible.builtin.stat:
path: /path/to/myhugefile
get_checksum: no
- name: Use sha256 to calculate checksum
- name: Use sha256 to calculate the checksum
ansible.builtin.stat:
path: /path/to/something
checksum_algorithm: sha256

Loading…
Cancel
Save