mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
snap: enable ubuntu in integration tests (#6299)
enable ubuntu in integration tests for snap
This commit is contained in:
parent
a64e36820f
commit
37cddb8c02
4 changed files with 21 additions and 3 deletions
|
@ -11,4 +11,3 @@ skip/freebsd
|
|||
skip/osx
|
||||
skip/macos
|
||||
skip/docker
|
||||
skip/ubuntu # FIXME!
|
||||
|
|
|
@ -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