diff options
author | Markos Chandras <mchandras@suse.de> | 2018-04-03 09:33:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-03 09:33:17 +0000 |
commit | e2b961ec221a68437fae2a062d3492b6e77d27ad (patch) | |
tree | 19ac6db7720ae38914f65b14920b831bee2e0678 /xci/playbooks/roles/bootstrap-host/handlers/main.yml | |
parent | 56ab31c8ae5fe9e4f151fc1de5881c7bb2a09a2f (diff) | |
parent | 396ea65c98f71580a2e789c7d93c8d8611878b64 (diff) |
Merge changes from topic 'misc-simplifications-osa'
* changes:
xci: bootstrap-host: Make active network interface consistent
xci: osa: Simplify tasks for copying OSA configuration files
xci: Use proper Ansible modules to manage SSH keys
Diffstat (limited to 'xci/playbooks/roles/bootstrap-host/handlers/main.yml')
-rw-r--r-- | xci/playbooks/roles/bootstrap-host/handlers/main.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xci/playbooks/roles/bootstrap-host/handlers/main.yml b/xci/playbooks/roles/bootstrap-host/handlers/main.yml new file mode 100644 index 00000000..b9103233 --- /dev/null +++ b/xci/playbooks/roles/bootstrap-host/handlers/main.yml @@ -0,0 +1,12 @@ +--- +# SPDX-license-identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2018 SUSE Linux GmbH 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 +############################################################################## +- name: Reload facts + setup: + filter: ansible_local |