Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
306d0915
Commit
306d0915
authored
Mar 07, 2017
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some merging issues?
parent
6134399a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
roles/clients/tasks/cups.yml
roles/clients/tasks/cups.yml
+0
-2
roles/latex/handlers/main.yml
roles/latex/handlers/main.yml
+1
-1
No files found.
roles/clients/tasks/cups.yml
View file @
306d0915
...
...
@@ -3,13 +3,11 @@
become
:
yes
dnf
:
name=cups state=latest
when
:
ansible_distribution == 'Fedora'
become
:
yes
-
name
:
install CUPS
become
:
yes
apt
:
name=cups state=latest
when
:
ansible_distribution == 'Ubuntu'
become
:
yes
-
name
:
copy CUPS' configs
become
:
yes
...
...
roles/latex/handlers/main.yml
View file @
306d0915
...
...
@@ -6,7 +6,7 @@
command
:
mktexlsr
#- name: update latex
become
:
yes
#
become: yes
# command: shell mktexlsr /usr/local/texlive/texmf-local/
#
-
name
:
update tlmgr
...
...
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