Commit 1f6d11a8 authored by Jérome Perrin's avatar Jérome Perrin

slapos-proxy: fix package name in messages

parent e9b7d5f8
......@@ -10,7 +10,7 @@
state: directory
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
when: ansible_os_family == "Debian" and not slapos_ansible_offline
......@@ -18,7 +18,7 @@
yum: name=firewalld state=absent update_cache=yes
when: ansible_distribution == "CentOS"
- name: Install re6stnet on CentOS
- name: Install slapos-node on CentOS
yum: name=slapos.node state=present update_cache=yes
when: ansible_distribution == "CentOS" and ansible_distribution_major_version != "7" and not slapos_ansible_offline
......@@ -29,7 +29,7 @@
checksum: "md5:37446cc16b38fa5769f3e084294c8683"
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
when: ansible_distribution == "CentOS" and ansible_distribution_major_version == "7" and not slapos_ansible_offline
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment