Project

Profile

Help

Issue #3031

Updated by Ichimonji10 almost 7 years ago

Each time a user runs the Ansible installation playbooks, those playbooks insert three dots at the end of <code>/etc/pulp/server.yaml</code>. These dots signify separations between sections of a YAML document. Pulp 3's configuration file consists of a single section, so dots shouldn't    be inserted. The <code>to_nice_yaml</code> filter on "this line of code":https://github.com/pulp/ansible-pulp3/blob/master/tasks/main.yml#L107 needs to be dropped.

Back