Skip to content

Commit 8fb2aaf

Browse files
authored
postgresql_tablespace: Fix sanity check requirements violation (#664)
1 parent 4354fbe commit 8fb2aaf

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

Diff for: plugins/modules/postgresql_tablespace.py

-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ def main():
427427

428428
module = AnsibleModule(
429429
argument_spec=argument_spec,
430-
mutually_exclusive=(('positional_args', 'named_args'),),
431430
supports_check_mode=True,
432431
)
433432

Diff for: tests/sanity/ignore-2.12.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
tests/utils/shippable/timing.py shebang
22
plugins/modules/postgresql_db.py use-argspec-type-path
33
plugins/modules/postgresql_db.py validate-modules:use-run-command-not-popen
4-
plugins/modules/postgresql_tablespace.py validate-modules:mutually_exclusive-unknown

Diff for: tests/sanity/ignore-2.13.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
tests/utils/shippable/timing.py shebang
22
plugins/modules/postgresql_db.py use-argspec-type-path
33
plugins/modules/postgresql_db.py validate-modules:use-run-command-not-popen
4-
plugins/modules/postgresql_tablespace.py validate-modules:mutually_exclusive-unknown

Diff for: tests/sanity/ignore-2.14.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
tests/utils/shippable/timing.py shebang
22
plugins/modules/postgresql_db.py use-argspec-type-path
33
plugins/modules/postgresql_db.py validate-modules:use-run-command-not-popen
4-
plugins/modules/postgresql_tablespace.py validate-modules:mutually_exclusive-unknown

Diff for: tests/sanity/ignore-2.15.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tests/utils/shippable/timing.py shebang
22
plugins/modules/postgresql_db.py use-argspec-type-path
33
plugins/modules/postgresql_db.py validate-modules:use-run-command-not-popen
4-
plugins/modules/postgresql_tablespace.py validate-modules:mutually_exclusive-unknown
54
plugins/module_utils/version.py pylint:unused-import

Diff for: tests/sanity/ignore-2.16.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tests/utils/shippable/timing.py shebang
22
plugins/modules/postgresql_db.py use-argspec-type-path
33
plugins/modules/postgresql_db.py validate-modules:use-run-command-not-popen
4-
plugins/modules/postgresql_tablespace.py validate-modules:mutually_exclusive-unknown
54
plugins/module_utils/version.py pylint:unused-import

Diff for: tests/sanity/ignore-2.17.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins/modules/postgresql_db.py use-argspec-type-path
22
plugins/modules/postgresql_db.py validate-modules:use-run-command-not-popen
3-
plugins/modules/postgresql_tablespace.py validate-modules:mutually_exclusive-unknown
43
plugins/module_utils/version.py pylint:unused-import
54
tests/utils/shippable/timing.py shebang
65
tests/unit/plugins/module_utils/test_postgres.py pylint:unidiomatic-typecheck

0 commit comments

Comments
 (0)