mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
apt_repository: fix rendering default mode in docs (#40152)
This commit is contained in:
parent
67acffb5f2
commit
def434b5c3
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ options:
|
||||||
mode:
|
mode:
|
||||||
description:
|
description:
|
||||||
- The octal mode for newly created files in sources.list.d
|
- The octal mode for newly created files in sources.list.d
|
||||||
default: 0644
|
default: '0644'
|
||||||
version_added: "1.6"
|
version_added: "1.6"
|
||||||
update_cache:
|
update_cache:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue