File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ See: [Docs](https://systemd.ansibleguy.net)
43
43
44
44
[ ![ Docs Uptime] ( https://status.oxl.at/api/v1/endpoints/4--ansibleguy_ansible-collection---systemd-documentation/uptimes/7d/badge.svg )] ( https://status.oxl.at/endpoints/4--ansibleguy_ansible-collection---systemd-documentation )
45
45
46
+ [ Alternative Link] ( https://systemd-ansible.readthedocs.io/ )
47
+
46
48
You want a simple Ansible GUI? Check-out my [ Ansible WebUI] ( https://github.com/ansibleguy/webui )
47
49
48
50
----
@@ -52,4 +54,4 @@ You want a simple Ansible GUI? Check-out my [Ansible WebUI](https://github.com/a
52
54
53
55
| Function | Module | Usage |
54
56
| :------------| :---------------------------| :----------------------------------------------------------------------|
55
- | ** Journal** | ansibleguy.systemd.journal | [ Docs] ( https://systemd.ansibleguy.net/en/latest/ modules/journal.html ) |
57
+ | ** 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