From 494a97fc79b73bc019c07baa29e5a1b662e55bcf Mon Sep 17 00:00:00 2001 From: Tapio Tallgren Date: Thu, 4 Jan 2018 17:54:51 +0200 Subject: Rename centos.yml to redhat.yml in configure-nfs/vars 'redhat' as a ansible_os_family covers both the RedHat distros and CentOS. Change-Id: I2ab56024d2c0f1f40a014a236cfd94ef38daad04 Signed-off-by: Tapio Tallgren --- xci/playbooks/roles/configure-nfs/vars/centos.yml | 11 ----------- xci/playbooks/roles/configure-nfs/vars/redhat.yml | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 xci/playbooks/roles/configure-nfs/vars/centos.yml create mode 100644 xci/playbooks/roles/configure-nfs/vars/redhat.yml diff --git a/xci/playbooks/roles/configure-nfs/vars/centos.yml b/xci/playbooks/roles/configure-nfs/vars/centos.yml deleted file mode 100644 index 89a71ce7..00000000 --- a/xci/playbooks/roles/configure-nfs/vars/centos.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -# SPDX-license-identifier: Apache-2.0 -############################################################################## -# Copyright (c) 2017 Nokia Oyj and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## -nfs_server_package: "nfs-utils" -nfs_server_service: "nfs-server" diff --git a/xci/playbooks/roles/configure-nfs/vars/redhat.yml b/xci/playbooks/roles/configure-nfs/vars/redhat.yml new file mode 100644 index 00000000..89a71ce7 --- /dev/null +++ b/xci/playbooks/roles/configure-nfs/vars/redhat.yml @@ -0,0 +1,11 @@ +--- +# SPDX-license-identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2017 Nokia Oyj and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +nfs_server_package: "nfs-utils" +nfs_server_service: "nfs-server" -- cgit 1.2.3-korg