fix gitea action registration
This commit is contained in:
@@ -4,5 +4,5 @@ gitea_token_scopes: write:admin,write:organization,write:package,write:repositor
|
||||
gitea_token_fact_name: gitea_api_token
|
||||
gitea_base_url: 'http://{{ groups.gitea[0] }}:3000'
|
||||
gitea_token_replace: false
|
||||
gitea_token_name: ansible-{{ ansible_date_time.iso8601 }} # require gathering facts
|
||||
gitea_token_name: ansible-{{ ansible_date_time.iso8601 }}-{{ inventory_hostname }} # require gathering facts
|
||||
gitea_token_delete: false # only delete token
|
||||
Reference in New Issue
Block a user