Update git submodules

* Update tripleo-ansible from branch 'master'
  to be78f721245e5b47c58273e2c2744d34c71bb393
  - Remove the usage of ansible_date_time
    
    As this playbook is mainly intended to be used from the openstack CLI,
    whose ansible runner has purposely disabled inject_facts_as_vars[1],
    along with the default usage of the "smart" gathering_policy that does
    not updates the facts on every run (which destroys the purpose of
    attaching timestamps to files to get keep different files from different
    runs), it seems better to re-introduce the previous way of implementing
    dynamic (timestamped based) names[2]
    
    This way uses the "date" OS command to obtain always a different
    timestamp without mandating a new gather_facts every execution nor
    having to use facts not injected as vars.
    
    [1] https://review.opendev.org/c/openstack/tripleo-ansible/+/800934/1/tripleo_ansible/roles/backup_and_restore/tasks/run_backup.yml#37
    [2]
    https://review.opendev.org/c/openstack/tripleo-ansible/+/795330/3/tripleo_ansible/roles/backup_and_restore/tasks/run_backup.yml#43
    
    Change-Id: Ia0898c022604040a87b027f35a5878086ff80b50
This commit is contained in:
Juan Larriba 2021-07-20 21:58:27 +02:00 committed by Gerrit Code Review
parent bbb759fab2
commit 590d462bd0

@ -1 +1 @@
Subproject commit a4cca04c4849a0d7ba69bdcad6ceb891f7969d2e
Subproject commit be78f721245e5b47c58273e2c2744d34c71bb393