Merge "Set iptables-persistent install execution to append to log"

This commit is contained in:
Jenkins 2015-08-21 05:56:21 +00:00 committed by Gerrit Code Review
commit dd9261de8c

View File

@ -124,7 +124,7 @@ pushd "playbooks"
ansible neutron_agent -m shell \
-a 'DEBIAN_FRONTEND=noninteractive apt-get install iptables-persistent' \
-t "${COMMAND_LOGS}/add_neutron_agent_checksum_rule" \
&> ${COMMAND_LOGS}/add_neutron_agent_checksum_rule.log
&>> ${COMMAND_LOGS}/add_neutron_agent_checksum_rule.log
fi
fi