mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07:00
launchd: new module to control services on macOS hosts (#305)
This commit is contained in:
parent
669b7bf090
commit
80cd8329e0
21 changed files with 947 additions and 0 deletions
|
@ -1235,6 +1235,7 @@ plugins/modules/system/java_keystore.py validate-modules:doc-missing-type
|
|||
plugins/modules/system/java_keystore.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/java_keystore.py validate-modules:undocumented-parameter
|
||||
plugins/modules/system/kernel_blacklist.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/launchd.py use-argspec-type-path # False positive
|
||||
plugins/modules/system/lbu.py validate-modules:doc-elements-mismatch
|
||||
plugins/modules/system/locale_gen.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/lvg.py pylint:blacklisted-name
|
||||
|
|
|
@ -1235,6 +1235,7 @@ plugins/modules/system/java_keystore.py validate-modules:doc-missing-type
|
|||
plugins/modules/system/java_keystore.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/java_keystore.py validate-modules:undocumented-parameter
|
||||
plugins/modules/system/kernel_blacklist.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/launchd.py use-argspec-type-path # False positive
|
||||
plugins/modules/system/lbu.py validate-modules:doc-elements-mismatch
|
||||
plugins/modules/system/locale_gen.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/lvg.py pylint:blacklisted-name
|
||||
|
|
|
@ -955,6 +955,7 @@ plugins/modules/system/interfaces_file.py validate-modules:parameter-type-not-in
|
|||
plugins/modules/system/java_cert.py pylint:blacklisted-name
|
||||
plugins/modules/system/java_keystore.py validate-modules:doc-missing-type
|
||||
plugins/modules/system/kernel_blacklist.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/launchd.py use-argspec-type-path # False positive
|
||||
plugins/modules/system/locale_gen.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/lvg.py pylint:blacklisted-name
|
||||
plugins/modules/system/lvol.py pylint:blacklisted-name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue