fix dependenciees

This commit is contained in:
Jean-Marie Mineau 2021-04-15 16:35:16 +02:00
parent 522c372e49
commit a95f4dd0cd
4 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,7 @@
#!/usr/bin/env ansible-playbook #!/usr/bin/env ansible-playbook
--- ---
- hosts: all, !tests - hosts: all, tests
roles: roles:
- base_config - base_config
- create_users - create_users
- ssh_totp

View file

@ -4,3 +4,4 @@
- hosts: all, !tests - hosts: all, !tests
roles: roles:
- create_users - create_users
- base_totp

View file

@ -0,0 +1,2 @@
dependencies:
- role: base_totp

View file

@ -1,7 +1,4 @@
--- ---
dependencies:
- role: base-totp
- name: Eddit pam config for ssh - name: Eddit pam config for ssh
lineinfile: lineinfile:
path: /etc/pam.d/sshd path: /etc/pam.d/sshd