Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.2.3 #35

Merged
merged 14 commits into from
Mar 13, 2020
Merged

Release v1.2.3 #35

merged 14 commits into from
Mar 13, 2020

Conversation

m4rcu5nl
Copy link
Owner

@m4rcu5nl m4rcu5nl commented Mar 9, 2020

Fixes:

  • Unsupported parameters for (uri) module: register error
  • local_facts correctly handles multiple networks now

Improvement:

  • apt and rpm verify the gpg key. (Using this feature in the rpm module brings the minimal Ansible version to 2.9).

m4rcu5nl and others added 14 commits December 7, 2018 23:48
Create consistency by using the ansible_facts['somefact'] syntax everywhere.
Currently the role will fail to regather fact if $network_count > 1

That's because without the quotes echo will suppress the \n writing everything in one line. Thus wc -l will return `1`, confusing the file_content function that will lead to an incorrect json being produced
fix usage of register variable function
Update set_fact.sh to support multiple network
Add PGP key `id` for added security
Using the fingerprint in the rpm_key module requires Ansible 2.9. Updated meta file to reflect this requirement.
@m4rcu5nl m4rcu5nl merged commit ca3cc07 into master Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants