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 a2b6ce1 commit 4dfe332
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from ansible_collections.ansibleguy.linuxha.plugins.module_utils.crmsh import crmsh_exec
from ansible_collections.ansibleguy.linuxha.plugins.module_utils.parse.util import extract_debug

DOCUMENTATION = 'https://linuxha.ansibleguy.net/en/latest/modules/config.html'
EXAMPLES = 'https://linuxha.ansibleguy.net/en/latest/modules/config.html'
# DOCUMENTATION = 'https://linuxha.ansibleguy.net/en/latest/modules/config.html'
# EXAMPLES = 'https://linuxha.ansibleguy.net/en/latest/modules/config.html'


def run_module():
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from ansible_collections.ansibleguy.linuxha.plugins.module_utils.defaults import LHA_MOD_ARGS
from ansible_collections.ansibleguy.linuxha.plugins.module_utils.crmsh import crmsh_exec

DOCUMENTATION = 'https://linuxha.ansibleguy.net/en/latest/modules/raw.html'
EXAMPLES = 'https://linuxha.ansibleguy.net/en/latest/modules/raw.html'
# DOCUMENTATION = 'https://linuxha.ansibleguy.net/en/latest/modules/raw.html'
# EXAMPLES = 'https://linuxha.ansibleguy.net/en/latest/modules/raw.html'


def run_module():
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from ansible_collections.ansibleguy.linuxha.plugins.module_utils.parse.status import status_full
from ansible_collections.ansibleguy.linuxha.plugins.module_utils.parse.util import extract_debug

DOCUMENTATION = 'https://linuxha.ansibleguy.net/en/latest/modules/status.html'
EXAMPLES = 'https://linuxha.ansibleguy.net/en/latest/modules/status.html'
# DOCUMENTATION = 'https://linuxha.ansibleguy.net/en/latest/modules/status.html'
# EXAMPLES = 'https://linuxha.ansibleguy.net/en/latest/modules/status.html'


def run_module():
Expand Down

0 comments on commit 4dfe332

Please sign in to comment.