Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
poc_irods
poc-irods
Commits
82f40ecb
Commit
82f40ecb
authored
Nov 12, 2020
by
viscapi
Browse files
Using postgresql_version variable in task's name
parent
c1710517
Changes
1
Hide whitespace changes
Inline
Side-by-side
postgresql/tasks/systemd.yml
View file @
82f40ecb
...
...
@@ -14,7 +14,7 @@
line
:
'
Environment=PGDATA={{path_to_icat}}'
when
:
(ansible_facts['distribution'] == "CentOS" and ansible_facts['distribution_major_version'] == "8")
-
name
:
Start postgresql-
9.6
service on CentOS
7
-
name
:
Start postgresql-
{{ postgresql_version }}
service on CentOS
7
systemd
:
name
:
postgresql-{{ postgresql_version }}
state
:
started
...
...
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