Skip to content

Commit

Permalink
Merge pull request #55 from DO1JLR/dependabot/submodules/collections/…
Browse files Browse the repository at this point in the history
…ansible_collections/community/general-44679e7

Bump collections/ansible_collections/community/general from `32ec751` to `44679e7`
  • Loading branch information
DO1JLR authored Jan 22, 2024
2 parents 290ebbc + 7c4d2ae commit de6bdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/ansible_collections/community/general
Submodule general updated 30 files
+4 −114 .github/workflows/import-galaxy.yml
+2 −7 .github/workflows/reuse.yml
+2 −0 changelogs/fragments/7797-ipa-fix-otp-idempotency.yml
+2 −0 changelogs/fragments/7821-mssql_script-py2.yml
+2 −0 changelogs/fragments/7826-consul-modules-refactoring.yaml
+44 −0 plugins/doc_fragments/consul.py
+88 −0 plugins/module_utils/consul.py
+30 −153 plugins/modules/consul_policy.py
+30 −130 plugins/modules/consul_role.py
+37 −135 plugins/modules/consul_session.py
+1 −1 plugins/modules/ipa_otptoken.py
+1 −1 plugins/modules/mssql_script.py
+2 −0 plugins/modules/pacman_key.py
+76 −0 tests/integration/targets/consul/tasks/consul_general.yml
+57 −0 tests/integration/targets/consul/tasks/consul_kv.yml
+0 −59 tests/integration/targets/consul/tasks/consul_session.yml
+2 −0 tests/integration/targets/consul/tasks/main.yml
+0 −4 tests/integration/targets/setup_tls/files/ca_certificate.pem
+3 −0 tests/integration/targets/setup_tls/files/ca_certificate.pem.license
+0 −4 tests/integration/targets/setup_tls/files/ca_key.pem
+3 −0 tests/integration/targets/setup_tls/files/ca_key.pem.license
+0 −4 tests/integration/targets/setup_tls/files/client_certificate.pem
+3 −0 tests/integration/targets/setup_tls/files/client_certificate.pem.license
+0 −4 tests/integration/targets/setup_tls/files/client_key.pem
+3 −0 tests/integration/targets/setup_tls/files/client_key.pem.license
+0 −4 tests/integration/targets/setup_tls/files/server_certificate.pem
+3 −0 tests/integration/targets/setup_tls/files/server_certificate.pem.license
+0 −4 tests/integration/targets/setup_tls/files/server_key.pem
+3 −0 tests/integration/targets/setup_tls/files/server_key.pem.license
+11 −11 tests/unit/plugins/modules/test_ipa_otptoken.py

0 comments on commit de6bdad

Please sign in to comment.