Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ucegg
ansible
Commits
821d2e48
Commit
821d2e48
authored
Mar 07, 2017
by
julian.gethmann
Browse files
Fix some merging issues?
parent
2b425196
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/clients/tasks/cups.yml
View file @
821d2e48
...
...
@@ -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 @
821d2e48
...
...
@@ -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
Supports
Markdown
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