mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -31,11 +31,11 @@ options:
|
||||
|
||||
EXAMPLES = '''
|
||||
- name: Upgrade the atomic host platform to the latest version (atomic host upgrade)
|
||||
atomic_host:
|
||||
community.general.atomic_host:
|
||||
revision: latest
|
||||
|
||||
- name: Deploy a specific revision as the atomic host (atomic host deploy 23.130)
|
||||
atomic_host:
|
||||
community.general.atomic_host:
|
||||
revision: 23.130
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user