Fix indentation in docs. (#364)

pull/367/head
Felix Fontein 2022-01-03 21:38:37 +01:00 committed by GitHub
parent 471506c5d4
commit f3e431912d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ EXAMPLES = '''
- name: Check whether an account with the given account key exists - name: Check whether an account with the given account key exists
community.crypto.acme_account_info: community.crypto.acme_account_info:
account_key_src: /etc/pki/cert/private/account.key account_key_src: /etc/pki/cert/private/account.key
register: account_data register: account_data
- name: Verify that account exists - name: Verify that account exists
assert: assert:
that: that:
@ -69,7 +69,7 @@ EXAMPLES = '''
acme_account_info: acme_account_info:
account_key_content: "{{ acme_account_key }}" account_key_content: "{{ acme_account_key }}"
account_uri: "{{ acme_account_uri }}" account_uri: "{{ acme_account_uri }}"
register: account_data register: account_data
- name: Verify that account exists - name: Verify that account exists
assert: assert:
that: that: