Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
infra
ansible-shared
samba
Commits
c281ae80
Commit
c281ae80
authored
Sep 11, 2019
by
Lars Beckers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lvm-snapshots: fix jinja spacing
parent
d965b07c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lvm-snapshots/tasks/main.yml
lvm-snapshots/tasks/main.yml
+5
-5
No files found.
lvm-snapshots/tasks/main.yml
View file @
c281ae80
...
...
@@ -3,7 +3,7 @@
-
name
:
ensure we have the target folder
file
:
path
:
"
{{program_dir}}"
path
:
"
{{
program_dir
}}"
state
:
directory
owner
:
root
group
:
root
...
...
@@ -57,7 +57,7 @@
-
name
:
ensure we have the program
git
:
repo
:
git@git.fsmpi.rwth-aachen.de:infra/lvm-snapshots.git
dest
:
"
{{program_dir}}"
dest
:
"
{{
program_dir
}}"
tags
:
-
lvm-snapshots
...
...
@@ -72,8 +72,8 @@
-
name
:
ensure we have a virtualenv
pip
:
requirements
:
"
{{program_dir}}/requirements.txt"
virtualenv
:
"
{{program_dir}}"
requirements
:
"
{{
program_dir
}}/requirements.txt"
virtualenv
:
"
{{
program_dir
}}"
virtualenv_python
:
python3
tags
:
-
lvm-snapshots
...
...
@@ -101,7 +101,7 @@
-
name
:
ensure we have a cron job
cron
:
name
:
"
lvm-snapshots"
minute
:
"
*/{{snapshot_cron_minutes}}"
minute
:
"
*/{{
snapshot_cron_minutes
}}"
job
:
"
/usr/local/sbin/lvm-snapshots
update"
tags
:
-
lvm-snapshots
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