Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible CI
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
Ansible
Ansible CI
Commits
d1ce4847
Commit
d1ce4847
authored
4 years ago
by
Robotka István Adrián
Browse files
Options
Downloads
Patches
Plain Diff
add force to ansible reqs
parent
7958d5fa
No related branches found
No related tags found
No related merge requests found
Pipeline
#8424
failed
3 years ago
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
playbook-template/bootstrap.sh
+2
-2
2 additions, 2 deletions
playbook-template/bootstrap.sh
with
2 additions
and
2 deletions
playbook-template/bootstrap.sh
+
2
−
2
View file @
d1ce4847
...
...
@@ -11,7 +11,7 @@ pip3 install ansible ansible-lint
########################### Ansible setup ####################################
ansible-galaxy
install
-r
requirements.galaxy.yml
ansible-galaxy
install
--force
-r
requirements.galaxy.yml
########################### Help ####################################
...
...
@@ -27,7 +27,7 @@ echo "Recommendation: Set up your OpenSSH config based on inventory.yml"
echo
echo
"You can run playbook with:"
printf
"
\t
ansible-playbook
-i inventory.yaml
your-playbook.yaml"
printf
"
\t
ansible-playbook your-playbook.yaml"
echo
# to stay in our comfy virtualenv
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment