File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,4 +52,4 @@ You want a simple Ansible GUI? Check-out my [Ansible WebUI](https://github.com/a
52
52
53
53
| Function | Module | Usage |
54
54
| :------------| :---------------------------| :----------------------------------------------------------------------|
55
- | ** Journal** | ansibleguy.systemd.journal | [ Docs] ( https://systemd.ansibleguy.net/en/latest/ modules/journal.html ) |
55
+ | ** Journal** | ansibleguy.systemd.journal | [ Docs] ( https://systemd.ansibleguy.net/modules/journal.html ) |
Original file line number Diff line number Diff line change 8
8
9
9
from ansible .module_utils .basic import AnsibleModule
10
10
11
- # DOCUMENTATION = 'https://systemd.ansibleguy.net/en/latest/ modules/journal.html'
12
- # EXAMPLES = 'https://systemd.ansibleguy.net/en/latest/ modules/journal.html'
11
+ # DOCUMENTATION = 'https://systemd.ansibleguy.net/modules/journal.html'
12
+ # EXAMPLES = 'https://systemd.ansibleguy.net/modules/journal.html'
13
13
14
14
DEFAULT_BIN = '/usr/bin/journalctl'
15
15
You can’t perform that action at this time.
0 commit comments