Commit 3404f94
committed
install_terraform: Break the redhat install-deps symlink
TASK [install_terraform : Install Terraform Dependencies] **********************
[WARNING]: Updating cache and auto-installing missing dependency: python3-apt
fatal: [localhost]: FAILED! => {
"changed": false,
"cmd": "update",
"rc": 2
}
MSG:
[Errno 2] No such file or directory: b'update'
install-deps/redhat/main.yml was a symlink to
install-deps/debian/main.yml . When commit 42514aa
("install_terraform: fix missing deps") added the "apt"
step to install-deps/debian/main.yml, it also appeared in
the redhat/main.yml script unintentionally.
Fixes: 42514aa ("install_terraform: fix missing deps")
Signed-off-by: Chuck Lever <[email protected]>1 parent c38aa6c commit 3404f94
1 file changed
+17
-1
lines changedLines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments