Skip to content

Commit 3363d6a

Browse files
authored
Change inventory file argument from '--inventory-file' to '--inventory' (#121)
The '--inventory-file' argument is deprecated.
1 parent 81d0380 commit 3363d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async function main() {
6363
const inventoryFile = ".ansible_inventory"
6464
fs.writeFileSync(inventoryFile, inventory, { mode: fileMode })
6565
core.saveState("inventoryFile", inventoryFile)
66-
cmd.push("--inventory-file")
66+
cmd.push("--inventory")
6767
cmd.push(inventoryFile)
6868
}
6969

0 commit comments

Comments
 (0)