test_package/scripts/utils.py

4 lines
99 B
Python

def greet_user(name):
return f"Hello, {name}! Your Python script is running via Ansible AWX."