Skip to content
Snippets Groups Projects
Select Git revision
  • 6dc7f71cfdff0c9cbbcf4292989b16c88e4ba64c
  • main default
  • dependabot/github_actions/bbeesley/gha-auto-dependabot-rebase-1.5.168
  • v0.1.18
  • v0.1.17
  • v0.1.16
  • v0.1.15
  • v0.1.14
  • v0.1.13
  • v0.1.12
  • v0.1.11
  • v0.1.10
  • v0.1.9
  • v0.1.8
  • v0.1.7
  • v0.1.6
  • v0.1.5
  • v0.1.4
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
  • v0.0.59
23 results

workflows

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Rafael Guterres Jeffman authored
    When retrieving data from a vault using `out` to store the data in a
    file resulted is random characters being returned and logged. These
    characters could generate a traceback print from Ansible's logger,
    without breaking the script.
    
    The reason for that is that the result from `vault_retrive` was being
    processed when it was not needed, and data was beeing returned, when
    it shouldn't.
    
    This patch fixes this behavior by supressing the return data when `data`
    is not available, and only raising an error if it should be available.
    1f666609
    History
    Name Last commit Last update
    ..