From 241180e1e433c81de55c2e3f50949b837da244f7 Mon Sep 17 00:00:00 2001 From: Gregory Haynes Date: Fri, 27 May 2016 16:48:06 +0000 Subject: [PATCH] Remove invalid directory_mode from ironic install As part of the ironic install, when copying the ironic rootwrap.d config we set directory_mode: yes. This is meant to be an octal value and also has a reasonable default so we really should not be setting it. Change-Id: Ie1a8be4e2436bda08f33117d1795ea713003c224 --- playbooks/roles/bifrost-ironic-install/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/roles/bifrost-ironic-install/tasks/main.yml b/playbooks/roles/bifrost-ironic-install/tasks/main.yml index 641f96e02..a9c5a6ee8 100644 --- a/playbooks/roles/bifrost-ironic-install/tasks/main.yml +++ b/playbooks/roles/bifrost-ironic-install/tasks/main.yml @@ -201,7 +201,6 @@ mode: 0644 owner: root group: root - directory_mode: yes when: skip_install is not defined and enable_pxe_drivers | bool == true - name: "Generate ironic Configuration" include: ironic_config.yml