問題タブ [ansible-module]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
powershell - Ansble から powershell への変数の解析
独自のモジュールを作成しました。このモジュールは、powershellscript を実行します。
しかし今、私は彼らにいくつかの変数を与える必要があります.どうすればこれを行うことができますか.
私はすでにこれを試しました:
$data = Get-Content $args[0] | アウトストリング | ConvertFrom-Json
しかし、それはうまくいきません。
何か提案はありますか?
jenkins - Jenkins ジョブを介して Ansible 同期モジュールの実行に失敗しました
Jenkins ジョブを介して Ansible モジュールの同期を使用しようとしましたが、実行の問題に直面しています:
これは、このタスクに関する私の Ansible プレイブックです。
このエラーの意味について何か考えはありますか?