Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modular-magician/ansible
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 63358435e17b41b2f68dbcdd30111877d34082e2
Choose a base ref
...
head repository: modular-magician/ansible
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d979b11fbe025cd91f7396a39d7f7720f288c494
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 24, 2019

  1. Inspec org log sink

    Signed-off-by: Modular Magician <magic-modules@google.com>
    slevenick authored and modular-magician committed Aug 24, 2019
    Copy the full SHA
    69adb5b View commit details

Commits on Aug 26, 2019

  1. Merge pull request #370 from modular-magician/codegen-pr-2243

    Inspec org log sink
    slevenick authored Aug 26, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d979b11 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 lib/ansible/modules/cloud/google/gcp_dns_resource_record_set.py
Original file line number Diff line number Diff line change
@@ -359,7 +359,7 @@ def prefetch_soa_resource(module):
{
'type': 'SOA',
'managed_zone': module.params['managed_zone'],
'name': replace_resource_dict(module.params['managed_zone'], 'name'),
'name': replace_resource_dict(module.params['managed_zone'], 'dnsName'),
'project': module.params['project'],
'scopes': module.params['scopes'],
'service_account_file': module.params['service_account_file'],