Skip to content

Commit

Permalink
Appease ansible sanity
Browse files Browse the repository at this point in the history
According to the following link, '#!/usr/bin/env python' should be OK.

https://docs.ansible.com/ansible/latest/dev_guide/testing/sanity/shebang.html

Let's try...
  • Loading branch information
allenrobel committed Dec 8, 2024
1 parent 5749eda commit acb3890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/files/dynamic_inventory.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Copyright (c) 2024 Cisco and/or its affiliates.
#
Expand Down

0 comments on commit acb3890

Please sign in to comment.