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