mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
[copr] fighting with yaml escaping of :
This commit is contained in:
@@ -128,5 +128,5 @@
|
||||
copy: src="delete-forgotten-instances.cron" dest=/etc/cron.daily/delete-forgotten-instances owner=root group=root mode=755
|
||||
|
||||
- name: add sign machine address into the sign.conf
|
||||
lineinfile: dest="/etc/sign.conf" regexp="^server" line="server: {{ signer_host }}"
|
||||
lineinfile: "dest=/etc/sign.conf regexp='^server' line='server: {{ signer_host }}'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user