hostname: Change "strategy" to "use" (#74815)

Fixed typo: 'strategy' to 'use'
This commit is contained in:
bdouxx 2021-05-25 10:44:18 +02:00 committed by GitHub
parent 870f943365
commit 63701b1b6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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