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

Fixed typo: 'strategy' to 'use'
pull/61291/head
bdouxx 3 years ago committed by GitHub
parent 870f943365
commit 63701b1b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@ EXAMPLES = '''
- name: Set a hostname specifying strategy
ansible.builtin.hostname:
name: web01
strategy: systemd
use: systemd
'''
import os

Loading…
Cancel
Save