Commit c7cbfc2 1 parent 1184bee commit c7cbfc2 Copy full SHA for c7cbfc2
File tree 1 file changed +3
-16
lines changed
1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -38,24 +38,11 @@ jobs:
38
38
python-version : ${{ matrix.versions.python }}
39
39
ansible-version : ${{ matrix.versions.ansible }}
40
40
41
- # - name: Lint Ansible Role
42
- # if: success()
43
- # run: >-
44
- # echo ${PWD} &&
45
- # molecule --version &&
46
- # ansible --version &&
47
- # molecule lint
48
- # working-directory: ${{ inputs.role-path }}
49
-
50
- - name : Skipped - Lint Ansible Role
41
+ - name : Lint Ansible Role
51
42
if : success()
52
43
run : >-
53
44
echo ${PWD} &&
54
45
molecule --version &&
55
- ansible --version
46
+ ansible --version &&
47
+ ansible-lint --profile production
56
48
working-directory : ${{ inputs.role-path }}
57
-
58
- - name : Run ansible-lint
59
-
60
- with :
61
- working_directory : ${{ inputs.role-path }}
You can’t perform that action at this time.
0 commit comments