Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FUSS
fuss-client
Commits
15b14739
Commit
15b14739
authored
May 30, 2022
by
Elena Grandi
Browse files
stop cups-browsed after it has been installed
parent
bbe62097
Pipeline
#330
failed with stage
in 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ansible/roles/fuss_packages/tasks/main.yml
View file @
15b14739
...
...
@@ -75,3 +75,12 @@
-
firmware-samsung,firmware-siano
-
firmware-ti-connectivity
when
:
unofficial is defined and unofficial
# cups-browsed shows all printers on the network, and this is problematic on a
# fuss-client (but fine on a standalone fuss-client).
-
name
:
stop cups-browsed
service
:
name
:
cups-browsed
state
:
stopped
enabled
:
no
ansible/roles/network/tasks/main.yml
View file @
15b14739
...
...
@@ -122,14 +122,6 @@
# no backup, because this file is generated for fuss and just removed
# when running fuss-client -r
# cups-browsed shows all printers on the network, and this is problematic on a
# fuss-client (but fine on a standalone fuss-client).
-
name
:
stop cups-browsed
service
:
name
:
cups-browsed
state
:
stopped
enabled
:
no
-
name
:
Check that ethtool is installed
include
:
"
{{includes}}/install-package-apt.yml"
with_items
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment