From 8ae7d0fe34131ba66b8c2cbe7a7212bbc4c3e2a6 Mon Sep 17 00:00:00 2001 From: Weezer Su Date: Mon, 19 Feb 2018 14:10:53 -0600 Subject: [PATCH] Add force: true to avoid dirty git repo add force: true to avoid dirty git repo, which will do a hard reset from upstream, this is related to you ansible version, if it's not working, please try this way -> https://goo.gl/2Sg2Eq Change-Id: I7e21921d0812cb143a2e2c3f794667354791c8db --- multi-node-aio/playbooks/deploy-osa.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/multi-node-aio/playbooks/deploy-osa.yml b/multi-node-aio/playbooks/deploy-osa.yml index 2046e30a..bd52f5c7 100644 --- a/multi-node-aio/playbooks/deploy-osa.yml +++ b/multi-node-aio/playbooks/deploy-osa.yml @@ -35,6 +35,7 @@ repo: https://git.openstack.org/openstack/openstack-ansible dest: /opt/openstack-ansible version: "{{ osa_branch | default('master') }}" + force: true when: - pre_config_osa | default(true) | bool