diff options
author | 2017-11-09 15:57:58 +0100 | |
---|---|---|
committer | 2017-11-09 16:17:10 +0100 | |
commit | eeb9bd218240096e6a4b70aeb433c0914ebce212 (patch) | |
tree | 20a5d2fcbd4c4724d66a38f90bd36c49cdad7059 /xci/playbooks/roles/configure-network/tasks | |
parent | 4ca1dc6895c8bac48c80f36181893385d9a8fc02 (diff) |
Fix permissions on SUSE network script
We were not getting the eth12 interface in the computes because the
network-config-suse file did not have executable rights:
-rw-r--r-- 1 root root 300 Nov 9 14:40 network-config-suse
Change-Id: Ia796123b331b67bc442d3506b944f0430f7a5f32
Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'xci/playbooks/roles/configure-network/tasks')
-rw-r--r-- | xci/playbooks/roles/configure-network/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/playbooks/roles/configure-network/tasks/main.yml b/xci/playbooks/roles/configure-network/tasks/main.yml index 126389d8..9a08cfb7 100644 --- a/xci/playbooks/roles/configure-network/tasks/main.yml +++ b/xci/playbooks/roles/configure-network/tasks/main.yml @@ -60,6 +60,7 @@ copy: src: "network-config-suse" dest: "/etc/sysconfig/network/scripts/network-config-suse" + mode: 0755 - name: Configure routes on SUSE template: |