diff --git a/examples/apt_upgrade.yaml b/examples/apt_upgrade.yaml index 3a0e4b4..259b865 100644 --- a/examples/apt_upgrade.yaml +++ b/examples/apt_upgrade.yaml @@ -1,6 +1,6 @@ --- name: Refresh the apt cache -company: Temp-Agents +company: "Temp-Agents" variables: - name: package_manager value: "apt" diff --git a/examples/echo.yaml b/examples/echo.yaml index 2646c4b..3ba62e9 100644 --- a/examples/echo.yaml +++ b/examples/echo.yaml @@ -1,6 +1,6 @@ --- -name: "Echo some text in the terminal of the device" -device: raspberrypi5 +name: Echo some text in the terminal of the device +device: "raspberrypi5" variables: - name: var1 value: "Testing" diff --git a/examples/refresh_aptcache.yaml b/examples/refresh_aptcache.yaml index 196ebb5..5aec392 100644 --- a/examples/refresh_aptcache.yaml +++ b/examples/refresh_aptcache.yaml @@ -1,6 +1,6 @@ --- name: Refresh the apt cache -company: Temp-Agents +company: "Temp-Agents" variables: - name: package_manager value: "apt" diff --git a/examples/variable_example.yaml b/examples/variable_example.yaml index f89f29d..b5cb97b 100644 --- a/examples/variable_example.yaml +++ b/examples/variable_example.yaml @@ -1,6 +1,6 @@ --- name: Ping Multiple Points -company: Temp-Agents +company: "Temp-Agents" variables: - name: host1 value: "1.1.1.1"