hashicorp/packer-plugin-ansible

[provisioner/ansible] roles_path is not taken into account

開放

#29 建立於 2021年4月16日

 (0 則留言) (3 個反應) (0 位負責人)Go (39 個分叉)auto 404
enhancementgood first issueprovisioner/ansible-remote

倉庫指標

星標
 (64 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

This issue was originally opened by @nWmCZ as hashicorp/packer#7993. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.

Parameter roles_path is not taken into account with ansible provisioner on azure-arm

  • Packer version 1.4.3
  • Host platform MacOS 10.14.6 / azure-arm
  • Ansible 2.8.3

Gist related content (forgive me, I don't know how to quote it yet) https://gist.github.com/nWmCZ/70441b91ee64f3cef0fc14b1e8ec09b5

EDIT: Already found workaround:

"ansible_env_vars": [ ["ANSIBLE_ROLES_PATH=/git/roles"] ]

貢獻者指南