Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-public
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
system
ansible-public
Commits
5f5ade79
Commit
5f5ade79
authored
1 year ago
by
Baptiste DE RENZO
Browse files
Options
Downloads
Patches
Plain Diff
Update ansible version, Refs
#37756
parent
a979876d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements.txt
+3
-2
3 additions, 2 deletions
requirements.txt
roles/sysconfig/tasks/main.yml
+1
-0
1 addition, 0 deletions
roles/sysconfig/tasks/main.yml
with
4 additions
and
2 deletions
requirements.txt
+
3
−
2
View file @
5f5ade79
ansible
<5.3
ansible
<8.0.0
passlib
netaddr
netaddr
pyyaml
pyyaml
openstacksdk
=
=0.
61
.0
openstacksdk
>
=0.
36,<0.99
.0
ovh
ovh
This diff is collapsed.
Click to expand it.
roles/sysconfig/tasks/main.yml
+
1
−
0
View file @
5f5ade79
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
register
:
apt_status
register
:
apt_status
retries
:
60
retries
:
60
until
:
apt_status is success or ('Failed to lock apt for exclusive operation' not in apt_status.msg and '/var/lib/dpkg/lock' not in apt_status.msg)
until
:
apt_status is success or ('Failed to lock apt for exclusive operation' not in apt_status.msg and '/var/lib/dpkg/lock' not in apt_status.msg)
changed_when
:
false
-
name
:
apt clean and autoremove
-
name
:
apt clean and autoremove
ansible.builtin.apt
:
ansible.builtin.apt
:
...
...
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