Skip to content

Commit

Permalink
Bump ansible-lint from 6.2.2 to 6.3.0 in /.github/workflows/requireme…
Browse files Browse the repository at this point in the history
…nts (#192)
  • Loading branch information
dependabot[bot] authored Jun 20, 2022
1 parent 242f26f commit e758372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/requirements/requirements_molecule.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ansible-core==2.12.5
Jinja2==3.1.2
ansible-lint==6.2.2
ansible-lint==6.3.0
yamllint==1.26.3
molecule[docker]==4.0.0
docker==5.0.3
4 changes: 2 additions & 2 deletions molecule/specific-version/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
ansible.builtin.package_facts:
manager: auto

- name: Verify installed NAP signatures version matches requested version
- name: Verify installed NAP signatures version matches requested version # noqa var-spacing
ansible.builtin.assert:
that: "{{ (ansible_facts.packages['app-protect-attack-signatures'] | map(attribute='version') | first) == (app_protect_signature_version_matrix[ansible_os_family | lower] | regex_replace('^-|=','') + (ansible_os_family | lower == 'debian') | ternary('~' ~ ansible_distribution_release, '')) }}"

- name: Verify installed NAP threat campaigns version matches requested version
- name: Verify installed NAP threat campaigns version matches requested version # noqa var-spacing
ansible.builtin.assert:
that: "{{ (ansible_facts.packages['app-protect-threat-campaigns'] | map(attribute='version') | first) == (app_protect_threat_campaigns_version_matrix[ansible_os_family | lower] | regex_replace('^-|=','') + (ansible_os_family | lower == 'debian') | ternary('~' ~ ansible_distribution_release, '')) }}"

0 comments on commit e758372

Please sign in to comment.