Skip to content

Commit

Permalink
ci(default-kitchen): switch to inspec verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Sep 23, 2023
1 parent 350b13d commit f2347fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default-kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
sudo gem install kitchen-ansible
sudo gem install kitchen-sync
sudo gem install kitchen-lxd_cli
sudo gem install kitchen-verifier-serverspec
sudo gem install kitchen-verifier-inspec
sudo apt-get install -y libsodium23
sudo gem install rbnacl --version 4.0.2
sudo gem install bcrypt_pbkdf rbnacl-libsodium
Expand Down
3 changes: 1 addition & 2 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ provisioner:
ansible_omnibus_url: https://raw.githubusercontent.com/juju4/omnibus-ansible/master/ansible_install.sh

verifier:
name: serverspec
sudo_path: true
name: inspec

platforms:
- name: centos-9-Stream
Expand Down

0 comments on commit f2347fe

Please sign in to comment.