Skip to content

Commit

Permalink
TEMP: Force some module tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Oct 30, 2024
1 parent ee916f3 commit cada6d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/modules/ipacert.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

from __future__ import (absolute_import, division, print_function)

# TEMP: change to force some tests

__metaclass__ = type

ANSIBLE_METADATA = {
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/ipalocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

from __future__ import (absolute_import, division, print_function)

# TEMP: Modification just to force module test run.

__metaclass__ = type

ANSIBLE_METADATA = {
Expand Down

0 comments on commit cada6d1

Please sign in to comment.