use scoped name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2022-05-31 09:12:56 +02:00
parent 93d516e969
commit 4c2de2476c
2 changed files with 4 additions and 4 deletions

View File

@ -6,9 +6,9 @@
# out during our test run and that is absolutely no bueno
sshd_permit_root_login: true
sshd_port: 22
members: files/members.yml
sshd_user_accounts: files/members.yml
pre_tasks:
- name: Include resource variables
include_vars: "{{ members }}"
include_vars: "{{ sshd_user_accounts }}"
roles:
- role: autonomic.sshd