Ansible: fix multiple shell commands 53/33253/2
authorJuraj Linkeš <juraj.linkes@pantheon.tech>
Mon, 26 Jul 2021 13:29:30 +0000 (15:29 +0200)
committerPeter Mikus <pmikus@cisco.com>
Mon, 26 Jul 2021 13:57:23 +0000 (13:57 +0000)
Ansible passes "&&" as arguments to the command being called, which
prevents us from using it for calling multiple commands in one ansible
task. Fix by replacing this with "with_items".

Change-Id: Ie07a1b1969bda9569cf82ef0741ec52260e2c736
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>

No differences found