Update git submodules

* Update ansible-config_template from branch 'master'
  to 62812dedc0d7b1dbf98ca785f0a0f1988aab415e
  - Run tests against localhost and container
    
    Use localhost and container1 as proper targets for the test playbook
    rather than a combination of import_tasks/delegate_to for container1.
    
    The previous code did not run the imported tasks against container1,
    but instead a second time against localhost. This makes the handlers
    checking the output from ansible diff fail as on the second run
    against localhost there are no changes, giving an empty diff.
    
    Changing the test play targets to localhost:container1 makes it more
    obvious that the whole test playbook should be run against the host
    and the container. It is not clear from the old code if the original
    intent was to specifically test config_template tasks delegated from
    the host to a container.
    
    Change-Id: Ibc72868d9957567fe86a9d3205a80ec33441baff
This commit is contained in:
Jonathan Rosser 2021-04-19 11:33:02 +01:00 committed by Gerrit Code Review
parent 94e982998f
commit a59b08ba3f
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit a6347c381154deab33aca49188bea1992dc179ce
Subproject commit 62812dedc0d7b1dbf98ca785f0a0f1988aab415e