Changes between Initial Version and Version 1 of Ticket #68117, comment 7
- Timestamp:
- Sep 12, 2023, 11:27:31 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68117, comment 7
initial v1 1 1 I'm seeing a slightly different, but probably related, issue with 6.19.0. The difference may be that today is the first time I have installed this. 2 2 3 ``` 3 {{{ 4 4 $ /opt/local/bin/ansible-lint --version 5 5 Traceback (most recent call last): … … 17 17 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 18 18 FileNotFoundError: [Errno 2] No such file or directory: '/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/ansiblelint/data/profiles.yml' 19 ``` 19 }}} 20 20 21 21 The `data` directory is entirely missing.