Comment 3 for bug 1857001

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Related fix merged to openstack/mos-updates (9.0/mitaka)

Reviewed: https://review.fuel-infra.org/41548
Submitter: Pkgs Jenkins <email address hidden>
Branch: 9.0/mitaka

Commit: 3aec6e8d606ce09f5ee07d37a6cb1bac17d0b42c
Author: Denis V. Meltsaykin <email address hidden>
Date: Thu Dec 19 14:39:32 2019

Fix compatibillity issue

Older environments that use ansible 2.1 may encounter an issue with
playbooks since the "path" used in the "lineinfile" module is only
introduced in ansible version 2.3. This patch changes "path" to
"dest" which is a compatible way of doing this.

Change-Id: I8fd63b8aa3826609eccd9286483b0fc73a8aa9a6
Related-Bug: #1857001