Skip to content

Commit

Permalink
commented-out DOCUMENTATION and EXAMPLES
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Nov 28, 2023
1 parent a0faec4 commit 635df3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/journal.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

from ansible.module_utils.basic import AnsibleModule

DOCUMENTATION = 'https://systemd.ansibleguy.net/en/latest/modules/journal.html'
EXAMPLES = 'https://systemd.ansibleguy.net/en/latest/modules/journal.html'
# DOCUMENTATION = 'https://systemd.ansibleguy.net/en/latest/modules/journal.html'
# EXAMPLES = 'https://systemd.ansibleguy.net/en/latest/modules/journal.html'

DEFAULT_BIN = '/usr/bin/journalctl'

Expand Down

0 comments on commit 635df3f

Please sign in to comment.