You've already forked ansible-role-unix-users
Compare commits
2 Commits
773449e1fb
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
690da3a5df
|
|||
|
015f9aacee
|
@@ -13,6 +13,6 @@ jobs:
|
|||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.0
|
- uses: actions/checkout@v5.0.0
|
||||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
- uses: DavidAnson/markdownlint-cli2-action@v21.0.0
|
||||||
with:
|
with:
|
||||||
globs: '**/*.md'
|
globs: '**/*.md'
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{% for netrc in unix_user.value.netrc %}
|
{% for netrc in unix_user.value.netrc %}
|
||||||
machine {{ netrc.maschine }} login {{ netrc.login }} password {{ netrc.password }}
|
machine {{ netrc.machine }} login {{ netrc.login }} password {{ netrc.password }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
Reference in New Issue
Block a user