use vars.yml file
This commit is contained in:
parent
ae9ce4d4b3
commit
144b7f3efb
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ impl RawHost {
|
||||||
.unwrap_or_else(|err| panic!("{} in file {}", err, hostname))
|
.unwrap_or_else(|err| panic!("{} in file {}", err, hostname))
|
||||||
} else if path.is_dir() {
|
} else if path.is_dir() {
|
||||||
let mut buf = path.to_path_buf();
|
let mut buf = path.to_path_buf();
|
||||||
buf.push("vars");
|
buf.push("vars.yml");
|
||||||
File::open(buf)
|
File::open(buf)
|
||||||
.unwrap_or_else(|err| panic!("{} in file {}", err, hostname))
|
.unwrap_or_else(|err| panic!("{} in file {}", err, hostname))
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue