Skip to content

Commit

Permalink
Merge pull request #23 from darkwizard242/feature/bump-inspec-to-5.22.29
Browse files Browse the repository at this point in the history
bump inspec to 5.22.29
  • Loading branch information
darkwizard242 authored Nov 2, 2023
2 parents b1ee9bc + c6431ab commit a66d257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`):

```yaml
inspec_app: inspec
inspec_version: 5.22.3
inspec_version: 5.22.29
inspec_debian_os: "{{ ansible_distribution|lower }}"
inspec_debian_os_version: "{{ ansible_distribution_major_version }}"
inspec_debian_os_arch: amd64
Expand All @@ -40,7 +40,7 @@ inspec_el_rpm_key_state: present
Variable | Description
----------------------------- | ---------------------------------------------------------------------------------------------------------------------------------
inspec_app | Defines the app to install i.e. **inspec**
inspec_version | Defined to dynamically fetch the desired version to install. Defaults to: **5.22.3**
inspec_version | Defined to dynamically fetch the desired version to install. Defaults to: **5.22.29**
inspec_debian_os | Defined to collect the operating system name and store it's value in lowercase
inspec_debian_os_version | Gathers facts to collect OS Version.
inspec_debian_os_arch | Defines os architecture. Used for obtaining the correct type of binaries based on OS System Architecture. Defaults to: **amd64**
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# defaults file for inspec

inspec_app: inspec
inspec_version: 5.22.3
inspec_version: 5.22.29
inspec_debian_os: "{{ ansible_distribution|lower }}"
inspec_debian_os_version: "{{ ansible_distribution_major_version }}"
inspec_debian_os_arch: amd64
Expand Down

0 comments on commit a66d257

Please sign in to comment.