Update git submodules
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 5 Mar 2019 16:40:10 +0000 (17:40 +0100)
committerGerrit Code Review <gerrit@onap.org>
Wed, 6 Mar 2019 17:59:21 +0000 (17:59 +0000)
commit094ce747983cfe8b5c89f18719b18e54f913bd3c
tree2d22881fd89b4073213815a460e9d9e0aabc7f8b
parentb4058ac38df749a6b020b000101e96d2e7fe0ae3
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'master'
  to 78327d7d3e648a393ce247216e99fb4d966bd79e
  - Fix SSH transport for Ansible server

    with previous configuration of ansible server docker, as there was no
    ssh binary, ansible switched to paramiko and it was causing "cannot
    import name aead".

    Added "ssh" as binary and tried to make paramiko work as some modules
    requires it (such as PAN-OS). but it still fails with the same error...

    Also given "ansible-server" to ansible user as it can create
    PlaybooksTemp (wasn't allowed before).

    Change-Id: Ic4a82e29edcf68b44219cd17dabcf2f6b03dc6c8
    Issue-ID: APPC-1523
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
docs/submodules/ccsdk/distribution.git