Skip to content

Commit

Permalink
Merge pull request dev-sec#246 from szEvEz/fix-openssh-client-package
Browse files Browse the repository at this point in the history
fix broken packages, extend README with furhter development instructions
  • Loading branch information
rndmh3ro committed Oct 4, 2019
2 parents c46f34e + 8d08eee commit 0a50bad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ bundle exec kitchen test
# for development
bundle exec kitchen create ssh-ubuntu1804-ansible-latest
bundle exec kitchen converge ssh-ubuntu1804-ansible-latest
bundle exec kitchen verify ssh-ubuntu1804-ansible-latest
# cleanup
bundle exec kitchen destroy ssh-ubuntu1804-ansible-latest
```

### Testing with Virtualbox
Expand Down
4 changes: 2 additions & 2 deletions tests/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
pre_tasks:
- package: name="{{item}}" state=present
with_items:
- "openssh-clients"
- "openssh-client"
- "openssh-server"
- "libselinux-python"
- "python-selinux"
ignore_errors: true
- apt: name="{{packages}}" state=present update_cache=true
vars:
Expand Down

0 comments on commit 0a50bad

Please sign in to comment.