Skip to content

Commit

Permalink
snap: add tests for multiple commands
Browse files Browse the repository at this point in the history
  • Loading branch information
russoz committed Nov 7, 2022
1 parent ac6ac73 commit 26b3b22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/integration/targets/snap/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,10 @@
- "'uhttpd:document-root-dir=/tmp' in install_with_option_changed.options_changed"
- "'uhttpd:listening-port=8080' not in install_with_option_changed.options_changed"
- remove is changed

- name: Install two packages at the same time
community.general.snap:
name:
- hello-world
- uhttpd
state: present

0 comments on commit 26b3b22

Please sign in to comment.