Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ics-ans-auto-bond
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ics-ansible-galaxy
ics-ans-auto-bond
Merge requests
!14
Update prepare.yml
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Update prepare.yml
test
into
master
Overview
4
Commits
1
Pipelines
1
Changes
1
Open
Te-Hung Tseng
requested to merge
test
into
master
1 year ago
Overview
4
Commits
1
Pipelines
1
Changes
1
Expand
for testing
0
0
Merge request reports
Compare
master
master (HEAD)
and
latest version
latest version
c4e88323
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
molecule/default/prepare.yml
+
1
−
1
Options
@@ -3,7 +3,7 @@
hosts
:
auto_bond
gather_facts
:
false
tasks
:
-
name
:
Install python for Ansible
-
name
:
Install python for Ansible
test
raw
:
test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
become
:
true
changed_when
:
false
Loading