Skip to content

Commit

Permalink
postgresql_tablespace: Fix sanity check requirements violation (#664)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8fb2aaf)
  • Loading branch information
Andersson007 authored and patchback[bot] committed Jan 24, 2024
1 parent cfa08e8 commit 696d38a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion plugins/modules/postgresql_tablespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ def main():

module = AnsibleModule(
argument_spec=argument_spec,
mutually_exclusive=(('positional_args', 'named_args'),),
supports_check_mode=True,
)

Expand Down
1 change: 0 additions & 1 deletion tests/sanity/ignore-2.12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
tests/utils/shippable/timing.py shebang
plugins/modules/postgresql_db.py use-argspec-type-path
plugins/modules/postgresql_db.py validate-modules:use-run-command-not-popen
plugins/modules/postgresql_tablespace.py validate-modules:mutually_exclusive-unknown
1 change: 0 additions & 1 deletion tests/sanity/ignore-2.13.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
tests/utils/shippable/timing.py shebang
plugins/modules/postgresql_db.py use-argspec-type-path
plugins/modules/postgresql_db.py validate-modules:use-run-command-not-popen
plugins/modules/postgresql_tablespace.py validate-modules:mutually_exclusive-unknown
1 change: 0 additions & 1 deletion tests/sanity/ignore-2.14.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
tests/utils/shippable/timing.py shebang
plugins/modules/postgresql_db.py use-argspec-type-path
plugins/modules/postgresql_db.py validate-modules:use-run-command-not-popen
plugins/modules/postgresql_tablespace.py validate-modules:mutually_exclusive-unknown
1 change: 0 additions & 1 deletion tests/sanity/ignore-2.15.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
tests/utils/shippable/timing.py shebang
plugins/modules/postgresql_db.py use-argspec-type-path
plugins/modules/postgresql_db.py validate-modules:use-run-command-not-popen
plugins/modules/postgresql_tablespace.py validate-modules:mutually_exclusive-unknown
plugins/module_utils/version.py pylint:unused-import
1 change: 0 additions & 1 deletion tests/sanity/ignore-2.16.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
tests/utils/shippable/timing.py shebang
plugins/modules/postgresql_db.py use-argspec-type-path
plugins/modules/postgresql_db.py validate-modules:use-run-command-not-popen
plugins/modules/postgresql_tablespace.py validate-modules:mutually_exclusive-unknown
plugins/module_utils/version.py pylint:unused-import
1 change: 0 additions & 1 deletion tests/sanity/ignore-2.17.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins/modules/postgresql_db.py use-argspec-type-path
plugins/modules/postgresql_db.py validate-modules:use-run-command-not-popen
plugins/modules/postgresql_tablespace.py validate-modules:mutually_exclusive-unknown
plugins/module_utils/version.py pylint:unused-import
tests/utils/shippable/timing.py shebang
tests/unit/plugins/module_utils/test_postgres.py pylint:unidiomatic-typecheck

0 comments on commit 696d38a

Please sign in to comment.