mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-17 11:31:43 -07:00
[PR #6299/37cddb8c backport][stable-5] snap: enable ubuntu in integration tests (#6301)
snap: enable ubuntu in integration tests (#6299)
enable ubuntu in integration tests for snap
(cherry picked from commit 37cddb8c02
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
552e1e826c
commit
e113c8cf11
3 changed files with 21 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
|||
- name: Check package has been installed correctly (hello-world)
|
||||
command: hello-world
|
||||
environment:
|
||||
PATH: /var/lib/snapd/snap/bin/
|
||||
PATH: /snap/bin/
|
||||
|
||||
- name: Remove package (hello-world) (check mode)
|
||||
community.general.snap:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue