Skip to content

Commit

Permalink
user_check: add validation for user running the playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jun 27, 2024
1 parent 6ef4da8 commit baa4441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- ['/srv/git/saltbox/providers.yml', '/srv/git/saltbox/defaults/providers.yml.default']
roles:
# Reqs
- { role: user_check, tags: ['always'] }

Check failure on line 14 in sandbox.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

syntax-check[specific]

the role 'user_check' was not found in /home/runner/work/Sandbox/Sandbox/roles:/home/runner/.cache/ansible-compat/67fc62/roles:/home/runner/work/Sandbox/Sandbox/roles:/home/runner/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/runner/work/Sandbox/Sandbox
- { role: settings, tags: ['settings'] }
- { role: pre_tasks, tags: ['always', 'pre-tasks'] }
- { role: sanity_check, tags: ['always', 'sanity-check'] }
Expand Down

0 comments on commit baa4441

Please sign in to comment.