Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
php
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
webarch
php
Commits
c3b41c6f
Verified
Commit
c3b41c6f
authored
1 year ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
tweak fail_msg
parent
0ba45688
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#32872
passed
1 year ago
Stage: bookworm
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/apt.yml
+3
-2
3 additions, 2 deletions
tasks/apt.yml
with
3 additions
and
2 deletions
tasks/apt.yml
+
3
−
2
View file @
c3b41c6f
...
...
@@ -31,12 +31,13 @@
path
:
/usr/share/keyrings/deb.sury.org-php.gpg
register
:
php_apt_key_path
-
name
:
The
https://packages.sury.org/
debsuryorg-archive-keyring.deb package is required
-
name
:
The
GPG key provided by the
debsuryorg-archive-keyring.deb package is required
ansible.builtin.assert
:
that
:
-
php_apt_key_path.stat.exists | bool
quiet
:
"
{%
if
ansible_check_mode
or
ansible_verbosity
>=
1
%}false{%
else
%}true{%
endif
%}"
fail_msg
:
The GPG key provided by debsuryorg-archive-keyring.deb is required to configure the Sury PHP repo.
fail_msg
:
>-
The GPG key provided by https://packages.sury.org/debsuryorg-archive-keyring.deb is required to configure the Sury PHP repo.
-
name
:
Configure the Sury apt repo when the GPG public key is present
block
:
...
...
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