hostname: Change "strategy" to "use" (#74815)
Fixed typo: 'strategy' to 'use'
This commit is contained in:
parent
870f943365
commit
63701b1b6b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ EXAMPLES = '''
|
||||||
- name: Set a hostname specifying strategy
|
- name: Set a hostname specifying strategy
|
||||||
ansible.builtin.hostname:
|
ansible.builtin.hostname:
|
||||||
name: web01
|
name: web01
|
||||||
strategy: systemd
|
use: systemd
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in a new issue