Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
72e1f71f
Commit
72e1f71f
authored
Jun 03, 2020
by
julian.gethmann
Browse files
Fix some complains of ansible-lint-3
parent
bd2e1923
Changes
4
Hide whitespace changes
Inline
Side-by-side
roles/common/tasks/sshd.yml
View file @
72e1f71f
...
...
@@ -58,7 +58,7 @@
backup
:
yes
notify
:
restart sshd
-
name
:
Delete rootlogin-conf
by anaconda
-
name
:
Delete
anaconda's
rootlogin-conf
become
:
yes
file
:
name
:
/etc/sysconfig/sshd-permitrootlogin
...
...
roles/lasarchiv/tasks/nfs.yml
View file @
72e1f71f
...
...
@@ -35,7 +35,7 @@
stat
:
path
:
"
/mnt/las-archiv1"
register
:
lasarchiv1
ignore_errors
:
True
ignore_errors
:
True
-
name
:
remount lasarchiv1
mount
:
...
...
@@ -48,5 +48,4 @@
when
:
>
((ansible_default_ipv4.address | ipv4('129.13.238.64/26')) or (ansible_default_ipv6.address | ipv6('2a00:1398:4:8200::/64'))) and
((fstab.changed) and (lasarchiv1.stat.isdir is defined and lasarchiv1.stat.isdir) or ("'Input/output error' in lasarchiv1.stderr"))
roles/latex/tasks/KITLaTeX.yml
View file @
72e1f71f
...
...
@@ -57,6 +57,7 @@
accept_hostkey
:
yes
become
:
yes
register
:
kit_git
when
:
tmpdir.path is defined
-
name
:
create tex dir
become
:
yes
...
...
@@ -64,6 +65,7 @@
path
:
"
{{
texpath
}}/tex/latex/KIT"
state
:
directory
mode
:
0755
when
:
kit_git is defined
-
name
:
copy tex files
become
:
yes
...
...
@@ -73,6 +75,7 @@
notify
:
-
update latex
delegate_to
:
"
{{
inventory_hostname
}}"
when
:
kit_git is defined
-
name
:
create doc dir
become
:
yes
...
...
@@ -80,6 +83,7 @@
path
:
"
{{
texpath
}}/doc/latex/KIT"
state
:
directory
mode
:
0755
when
:
kit_git is defined
-
name
:
copy pdf files
become
:
yes
...
...
@@ -89,6 +93,7 @@
notify
:
-
update latex
delegate_to
:
"
{{
inventory_hostname
}}"
when
:
kit_git is defined
# This should be deleted when the Arial task is working
-
name
:
hack Helvetica into KIT styles due to broken font installation
...
...
@@ -106,3 +111,4 @@
tags
:
-
latex
-
kit
when
:
kit_git is defined
roles/opera/tasks/opera.yml
View file @
72e1f71f
...
...
@@ -72,7 +72,7 @@
name
:
libglvnd-glx
state
:
installed
-
name
:
-
name
:
link libOpenGL
become
:
yes
file
:
dest
:
/lib64/libOpenGL.so.1
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment