Replies: 1 comment
-
edit: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi

I'm confused
I have simple playbook for update windows servers.
There is (in playbook) included second one for checking services status after updates.
- import_playbook: /var/lib/semaphore/repo/win_services_check_inc.yml
I have defined additional variable as "Survey Variable" lets say "Email_Subject".
When I run "01 Windows Update - only check" manually from ui it works as it should.
When it's invoked by scheduler it fails:
"The task includes an option with an undefined variable.. 'Email_Subject'"
Is that bug or am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions