Fix renamed role.

This commit is contained in:
Andreas B. Mundt 2022-07-25 09:06:50 +02:00
parent fd7f34e380
commit 147fddc772
6 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@
ansible_python_interpreter: "/usr/bin/python3" ansible_python_interpreter: "/usr/bin/python3"
roles: roles:
- up2date-debian - up2date_debian
- fvs-sssd - fvs-sssd
- fvs-mount - fvs-mount
- fvs-client - fvs-client

View file

@ -10,7 +10,7 @@
extra_pkgs_bpo: [ ] # [ libreoffice ] extra_pkgs_bpo: [ ] # [ libreoffice ]
roles: roles:
- up2date-debian - up2date_debian
- fvs-sssd - fvs-sssd
tasks: tasks:

View file

@ -11,7 +11,7 @@
extra_pkgs_bpo: [ ] # [ libreoffice ] extra_pkgs_bpo: [ ] # [ libreoffice ]
roles: roles:
- up2date-debian - up2date_debian
- fvs-sssd - fvs-sssd
tasks: tasks:

View file

@ -13,7 +13,7 @@
extra_pkgs_bpo: [ ] # [ libreoffice ] extra_pkgs_bpo: [ ] # [ libreoffice ]
roles: roles:
- up2date-debian - up2date_debian
- fvs-sssd - fvs-sssd
tasks: tasks:

View file

@ -6,5 +6,5 @@
remote_user: ansible remote_user: ansible
become: true become: true
roles: roles:
- up2date-debian - up2date_debian
- lan-client - lan-client

View file

@ -6,4 +6,4 @@
remote_user: ansible remote_user: ansible
become: true become: true
roles: roles:
- up2date-debian - up2date_debian