Add username to proxmox-nag-removal role
Makes it obviously not one of mine
This commit is contained in:
parent
09a010f28e
commit
18603d726e
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ roles:
|
||||||
- src: geerlingguy.ntp
|
- src: geerlingguy.ntp
|
||||||
- src: realorangeone.reflector
|
- src: realorangeone.reflector
|
||||||
- src: https://github.com/IronicBadger/ansible-role-proxmox-nag-removal
|
- src: https://github.com/IronicBadger/ansible-role-proxmox-nag-removal
|
||||||
name: proxmox-nag-removal
|
name: IronicBadger.proxmox-nag-removal
|
||||||
- src: chmduquesne.iptables_persistent
|
- src: chmduquesne.iptables_persistent
|
||||||
- src: rossmcdonald.telegraf
|
- src: rossmcdonald.telegraf
|
||||||
- src: geerlingguy.gitlab
|
- src: geerlingguy.gitlab
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
- hosts: pve
|
- hosts: pve
|
||||||
roles:
|
roles:
|
||||||
- role: proxmox-nag-removal
|
- role: IronicBadger.proxmox-nag-removal
|
||||||
become: true
|
become: true
|
||||||
- pve
|
- pve
|
||||||
- zfs
|
- zfs
|
||||||
|
|
Loading…
Reference in a new issue