mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
fix typo
This commit is contained in:
parent
12af5c9d46
commit
ccdbb950d1
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
|
||||
- name: Check if running as tpot (All)
|
||||
assert:
|
||||
that: ansible_user != 'tpot'
|
||||
that: ansible_user_id != 'tpot'
|
||||
fail_msg: "Reserved username `tpot` detected."
|
||||
success_msg: "Running as user: {{ ansible_user_id }}."
|
||||
|
||||
|
|
Loading…
Reference in a new issue