Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
dd9dc637
Commit
dd9dc637
authored
Sep 05, 2014
by
Mario de Frutos
Committed by
Toshio Kuratomi
Nov 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test install with wildcard
parent
d14dcdc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
test/integration/roles/test_apt/tasks/apt.yml
+23
-0
No files found.
test/integration/roles/test_apt/tasks/apt.yml
View file @
dd9dc637
...
...
@@ -77,4 +77,27 @@
that
:
-
"
not
apt_result.changed"
# UNINSTALL AGAIN
-
name
:
uninstall hello with apt
apt
:
pkg=hello state=absent purge=yes
register
:
apt_result
# INSTALL WITH VERSION WILDCARD
-
name
:
install hello with apt
apt
:
name=hello=2.7* state=present
register
:
apt_result
-
name
:
check hello with wildcard with dpkg
shell
:
dpkg --get-selections | fgrep hello
failed_when
:
False
register
:
dpkg_result
-
debug
:
var=apt_result
-
debug
:
var=dpkg_result
-
name
:
verify installation of hello
assert
:
that
:
-
"
apt_result.changed"
-
"
dpkg_result.rc
==
0"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment