Kaydet (Commit) 355de222 authored tarafından mustafaakbel's avatar mustafaakbel Kaydeden (comit) GitHub Actions

Apply formatting changes

üst 69323d88
......@@ -27,7 +27,9 @@ class RunPlaybook extends Task
protected function before()
{
$checkFinger = (bool) Command::runSudo("cat /etc/ansible/ansible.cfg | grep '^\s*host_key_checking\s*=\s*False' 2>/dev/null 1>/dev/null && echo 1 || echo 0");
$checkFinger = (bool) Command::runSudo(
"cat /etc/ansible/ansible.cfg | grep '^\s*host_key_checking\s*=\s*False' 2>/dev/null 1>/dev/null && echo 1 || echo 0"
);
//Fingerprint check off
if (!$checkFinger) {
Command::runSudo(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment