Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
slapos.package
Commits
1f6d11a8
Commit
1f6d11a8
authored
Mar 10, 2023
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos-proxy: fix package name in messages
parent
e9b7d5f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
playbook/roles/slapos-proxy/tasks/main.yml
playbook/roles/slapos-proxy/tasks/main.yml
+3
-3
No files found.
playbook/roles/slapos-proxy/tasks/main.yml
View file @
1f6d11a8
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
state
:
directory
state
:
directory
mode
:
0755
mode
:
0755
-
name
:
Install
packages using apt
-
name
:
Install
slapos-node on Debian
apt
:
name=slapos-node state=present update_cache=yes cache_valid_time=3600
apt
:
name=slapos-node state=present update_cache=yes cache_valid_time=3600
when
:
ansible_os_family == "Debian" and not slapos_ansible_offline
when
:
ansible_os_family == "Debian" and not slapos_ansible_offline
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
yum
:
name=firewalld state=absent update_cache=yes
yum
:
name=firewalld state=absent update_cache=yes
when
:
ansible_distribution == "CentOS"
when
:
ansible_distribution == "CentOS"
-
name
:
Install
re6stnet
on CentOS
-
name
:
Install
slapos-node
on CentOS
yum
:
name=slapos.node state=present update_cache=yes
yum
:
name=slapos.node state=present update_cache=yes
when
:
ansible_distribution == "CentOS" and ansible_distribution_major_version != "7" and not slapos_ansible_offline
when
:
ansible_distribution == "CentOS" and ansible_distribution_major_version != "7" and not slapos_ansible_offline
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
checksum
:
"
md5:37446cc16b38fa5769f3e084294c8683"
checksum
:
"
md5:37446cc16b38fa5769f3e084294c8683"
when
:
ansible_distribution == "CentOS" and ansible_distribution_major_version == "7" and not slapos_ansible_offline
when
:
ansible_distribution == "CentOS" and ansible_distribution_major_version == "7" and not slapos_ansible_offline
-
name
:
Install
re6stnet
on CentOS
7
-
name
:
Install
slapos-node
on CentOS
7
yum
:
name=/tmp/slapos.node-1.0.56-2.1.x86_64.rpm state=present update_cache=yes
yum
:
name=/tmp/slapos.node-1.0.56-2.1.x86_64.rpm state=present update_cache=yes
when
:
ansible_distribution == "CentOS" and ansible_distribution_major_version == "7" and not slapos_ansible_offline
when
:
ansible_distribution == "CentOS" and ansible_distribution_major_version == "7" and not slapos_ansible_offline
...
...
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