Update git submodules

* Update tripleo-ansible from branch 'master'
  to 55655819934010023e5138e14d66f51df856f276
  - Merge "Container build: define ARGs after FROM line"
  - Container build: define ARGs after FROM line
    
    According to the Dockerfile reference[1], ARG instructions before the
    FROM line are a special case: variables defined in this way are only
    available in the FROM line and not during the rest of the build.
    
    In order for defined ARGs to be available during image build time we
    must run these after the FROM line.
    
    [1] https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
    
    Depends-On: https://review.opendev.org/c/openstack/tripleo-common/+/858864
    Signed-off-by: Miguel Garcia <mgarciac@redhat.com>
    Change-Id: I8086b7820ff2d124baacbe8e947aba970996b907
This commit is contained in:
Zuul 2022-09-23 17:15:57 +00:00 committed by Gerrit Code Review
parent ba5fcecaee
commit 074d9f3609
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit dfaf074664c1c513f1b30e4a2a4666713359bc4c
Subproject commit 55655819934010023e5138e14d66f51df856f276