mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
Fix indentation
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -41,11 +41,11 @@
|
||||
host: "osbs.stg.fedoraproject.org"
|
||||
when: env == "staging"
|
||||
- role: keytab/service
|
||||
owner_user: root
|
||||
owner_group: root
|
||||
service: innercompose
|
||||
host: "odcs{{ env_suffix }}.fedoraproject.org"
|
||||
kt_location: /etc/kojid/secrets/odcs_inner.keytab
|
||||
owner_user: root
|
||||
owner_group: root
|
||||
service: innercompose
|
||||
host: "odcs{{ env_suffix }}.fedoraproject.org"
|
||||
kt_location: /etc/kojid/secrets/odcs_inner.keytab
|
||||
when: env == "staging"
|
||||
|
||||
tasks:
|
||||
|
||||
Reference in New Issue
Block a user