We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429c6cf commit eb4dc41Copy full SHA for eb4dc41
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-24.04
23
steps:
24
- uses: actions/checkout@v4
25
- - run: pip install jmespath netaddr
+ - run: sudo apt install python3-jmespath python3-netaddr
26
- run: ansible-galaxy install geerlingguy.ntp
27
- name: setup vagrant
28
run: |
.yamllint.yml
@@ -0,0 +1,5 @@
1
+---
2
+yaml:
3
+ rules:
4
+ line-length:
5
+ max: 120
0 commit comments