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
da5e201b
Commit
da5e201b
authored
Apr 30, 2015
by
Toshio Kuratomi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change python-q into sharutils as the epel repo for centos6 is being funky.
parent
f2afd1a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
29 deletions
+29
-29
test/integration/roles/test_yum/tasks/yum.yml
+29
-29
No files found.
test/integration/roles/test_yum/tasks/yum.yml
View file @
da5e201b
...
...
@@ -84,8 +84,8 @@
-
"
not
yum_result.changed"
# Multiple packages
-
name
:
uninstall sos and
python-q
yum
:
name=sos,
python-q
state=removed
-
name
:
uninstall sos and
sharutils
yum
:
name=sos,
sharutils
state=removed
register
:
yum_result
-
name
:
check sos with rpm
...
...
@@ -93,19 +93,19 @@
failed_when
:
False
register
:
rpm_sos_result
-
name
:
check
python-q
with rpm
shell
:
rpm -q
python-q
-
name
:
check
sharutils
with rpm
shell
:
rpm -q
sharutils
failed_when
:
False
register
:
rpm_
python_q
_result
register
:
rpm_
sharutils
_result
-
name
:
verify packages installed
assert
:
that
:
-
"
rpm_sos_result.rc
!=
0"
-
"
rpm_
python_q
_result.rc
!=
0"
-
"
rpm_
sharutils
_result.rc
!=
0"
-
name
:
install sos and
python-q
as comma separated
yum
:
name=sos,
python-q
state=present
-
name
:
install sos and
sharutils
as comma separated
yum
:
name=sos,
sharutils
state=present
register
:
yum_result
-
name
:
check sos with rpm
...
...
@@ -113,10 +113,10 @@
failed_when
:
False
register
:
rpm_sos_result
-
name
:
check
python-q
with rpm
shell
:
rpm -q
python-q
-
name
:
check
sharutils
with rpm
shell
:
rpm -q
sharutils
failed_when
:
False
register
:
rpm_
python_q
_result
register
:
rpm_
sharutils
_result
-
name
:
verify packages installed
assert
:
...
...
@@ -124,17 +124,17 @@
-
"
yum_result.rc
==
0"
-
"
yum_result.changed"
-
"
rpm_sos_result.rc
==
0"
-
"
rpm_
python_q
_result.rc
==
0"
-
"
rpm_
sharutils
_result.rc
==
0"
-
name
:
uninstall sos and
python-q
yum
:
name=sos,
python-q
state=removed
-
name
:
uninstall sos and
sharutils
yum
:
name=sos,
sharutils
state=removed
register
:
yum_result
-
name
:
install sos and
python-q
as list
-
name
:
install sos and
sharutils
as list
yum
:
name
:
-
sos
-
python-q
-
sharutils
state
:
present
register
:
yum_result
...
...
@@ -143,10 +143,10 @@
failed_when
:
False
register
:
rpm_sos_result
-
name
:
check
python-q
with rpm
shell
:
rpm -q
python-q
-
name
:
check
sharutils
with rpm
shell
:
rpm -q
sharutils
failed_when
:
False
register
:
rpm_
python_q
_result
register
:
rpm_
sharutils
_result
-
name
:
verify packages installed
assert
:
...
...
@@ -154,15 +154,15 @@
-
"
yum_result.rc
==
0"
-
"
yum_result.changed"
-
"
rpm_sos_result.rc
==
0"
-
"
rpm_
python_q
_result.rc
==
0"
-
"
rpm_
sharutils
_result.rc
==
0"
-
name
:
uninstall sos and
python-q
yum
:
name=sos,
python-q
state=removed
-
name
:
uninstall sos and
sharutils
yum
:
name=sos,
sharutils
state=removed
register
:
yum_result
-
name
:
install sos and
python-q
as comma separated with spaces
-
name
:
install sos and
sharutils
as comma separated with spaces
yum
:
name
:
"
sos,
python-q
"
name
:
"
sos,
sharutils
"
state
:
present
register
:
yum_result
...
...
@@ -172,9 +172,9 @@
register
:
rpm_sos_result
-
name
:
check sos with rpm
shell
:
rpm -q
python-q
shell
:
rpm -q
sharutils
failed_when
:
False
register
:
rpm_
python_q
_result
register
:
rpm_
sharutils
_result
-
name
:
verify packages installed
assert
:
...
...
@@ -182,7 +182,7 @@
-
"
yum_result.rc
==
0"
-
"
yum_result.changed"
-
"
rpm_sos_result.rc
==
0"
-
"
rpm_
python_q
_result.rc
==
0"
-
"
rpm_
sharutils
_result.rc
==
0"
-
name
:
uninstall sos and
python-q
yum
:
name=sos,
python-q
state=removed
-
name
:
uninstall sos and
sharutils
yum
:
name=sos,
sharutils
state=removed
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