add role tag to infrastructure_authorized_keys role
This commit is contained in:
parent
c5951647cf
commit
1f339db312
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
- name: deploy infrastructure authorized keys
|
---
|
||||||
|
- tags: ["infrastructure_authorized_keys"]
|
||||||
|
name: deploy infrastructure authorized keys
|
||||||
ansible.posix.authorized_key:
|
ansible.posix.authorized_key:
|
||||||
state: present
|
state: present
|
||||||
user: chaos
|
user: chaos
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue