Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible Framework Container
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
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
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
Ansible
Playbooks
Ansible Framework Container
Commits
1fe76708
Commit
1fe76708
authored
2 weeks ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Add constraint for pip PyGObject
parent
d84628ca
No related branches found
No related tags found
No related merge requests found
Pipeline
#1434994
passed
2 weeks ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plugins/_module/pip_update.py
+2
-1
2 additions, 1 deletion
plugins/_module/pip_update.py
roles/nextcloud
+1
-1
1 addition, 1 deletion
roles/nextcloud
with
3 additions
and
2 deletions
plugins/_module/pip_update.py
+
2
−
1
View file @
1fe76708
...
...
@@ -31,7 +31,8 @@ def main():
'
msgpack
'
:
'
1.0.7
'
,
'
requests
'
:
'
2.31.0
'
,
#https://github.com/docker/docker-py/issues/3256
'
cloudflare
'
:
'
2.20.0
'
,
# Certbot fails with 3.0.1
'
certbot-dns-cloudflare
'
:
'
2.10.0
'
# Certbot fails with 3.0.1
'
certbot-dns-cloudflare
'
:
'
2.10.0
'
,
# Certbot fails with 3.0.1
'
PyGObject
'
:
'
3.50.0
'
# Doesn't update on ubuntu 22 for missing dependency girepository-2.0
}
mode
=
module
.
params
[
'
mode
'
]
executable
=
module
.
params
[
'
executable
'
]
...
...
This diff is collapsed.
Click to expand it.
nextcloud
@
98fd087f
Compare
f1e98ef9
...
98fd087f
Subproject commit
f1e98ef97fc795f6c16d50351b3a0448f8c96e47
Subproject commit
98fd087f662385ebce678a016878eeb2b065d2b3
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