mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -38,19 +38,19 @@ author:
|
||||
EXAMPLES = '''
|
||||
# Commit changed files (if any)
|
||||
- name: Commit
|
||||
lbu:
|
||||
community.general.lbu:
|
||||
commit: true
|
||||
|
||||
# Exclude path and commit
|
||||
- name: Exclude directory
|
||||
lbu:
|
||||
community.general.lbu:
|
||||
commit: true
|
||||
exclude:
|
||||
- /etc/opt
|
||||
|
||||
# Include paths without committing
|
||||
- name: Include file and directory
|
||||
lbu:
|
||||
community.general.lbu:
|
||||
include:
|
||||
- /root/.ssh/authorized_keys
|
||||
- /var/lib/misc
|
||||
|
||||
Reference in New Issue
Block a user