fix mis-named keys and invalid values in copy into example (#915)

This commit is contained in:
Ethan Williams 2024-07-06 19:55:12 +01:00 committed by GitHub
parent bbf163e61d
commit e2f93a0c66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,9 +129,9 @@ EXAMPLES = '''
container: mydata
path: /home/user/bin/runme.o
container_path: /bin/runme
owner: 0 # root
group: 0 # root
mode: 0o755 # readable and executable by all users, writable by root
owner_id: 0 # root
group_id: 0 # root
mode: 0755 # readable and executable by all users, writable by root
'''
RETURN = '''