Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Docker
Ansible
Merge requests
!21
Resolve "Customizable Ansible version"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Customizable Ansible version"
3-customizable-ansible-version
into
master
Overview
0
Commits
2
Pipelines
3
Changes
1
Merged
Resolve "Customizable Ansible version"
Dmitriy Safronov
requested to merge
3-customizable-ansible-version
into
master
Jun 26, 2021
Overview
0
Commits
2
Pipelines
3
Changes
1
Closes
#3 (closed)
Edited
Jun 26, 2021
by
Dmitriy Safronov
0
0
Merge request reports
Viewing commit
e501634e
Prev
Next
Show latest version
1 file
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e501634e
Dockerfile
· e501634e
Dmitriy Safronov
authored
Jun 26, 2021
Dockerfile
+
2
−
2
View file @ e501634e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -16,8 +16,8 @@ RUN apk --no-cache add python3 && \
@@ -16,8 +16,8 @@ RUN apk --no-cache add python3 && \
wheel
\
wheel
\
&&
\
&&
\
(
test
-z
$ANSIBLE_VERSION
&&
\
(
test
-z
$ANSIBLE_VERSION
&&
\
pip
install
--ignore-installed
--user
--no-cache-dir
ansible
||
\
pip
install
--ignore-installed
--no-cache-dir
ansible
||
\
pip
install
--ignore-installed
--user
--no-cache-dir
ansible
\<
=
$ANSIBLE_VERSION
\
pip
install
--ignore-installed
--no-cache-dir
ansible
\<
=
$ANSIBLE_VERSION
\
)
&&
\
)
&&
\
pip3
install
--ignore-installed
--no-cache-dir
\
pip3
install
--ignore-installed
--no-cache-dir
\
ansible-lint
\
ansible-lint
\
Loading