From 73ee11725d6bfbd5d15f62e5018a3d15aa63b49f Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Wed, 10 Jun 2020 07:17:01 -0400 Subject: [PATCH] Add copy note to galaxy file --- awx_collection/galaxy.yml | 11 +++++++++++ .../roles/template_galaxy/templates/galaxy.yml.j2 | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/awx_collection/galaxy.yml b/awx_collection/galaxy.yml index e0f8883b5f..9fe884c708 100644 --- a/awx_collection/galaxy.yml +++ b/awx_collection/galaxy.yml @@ -1,3 +1,14 @@ +# (********************************************************) +# (* *) +# (* WARNING *) +# (* *) +# (* This file is managed by Ansible and not to be *) +# (* edited directly! Instead modify: *) +# (* tools/roles/template_galaxy/templates/galaxy.yml.j2 *) +# (* *) +# (* Changed to the base README.md file are lost upon *) +# (* the build of the collection *) +# (********************************************************) authors: - AWX Project Contributors dependencies: {} diff --git a/awx_collection/tools/roles/template_galaxy/templates/galaxy.yml.j2 b/awx_collection/tools/roles/template_galaxy/templates/galaxy.yml.j2 index b022fd7c30..f7080bd4f0 100644 --- a/awx_collection/tools/roles/template_galaxy/templates/galaxy.yml.j2 +++ b/awx_collection/tools/roles/template_galaxy/templates/galaxy.yml.j2 @@ -1,3 +1,14 @@ +# (********************************************************) +# (* *) +# (* WARNING *) +# (* *) +# (* This file is managed by Ansible and not to be *) +# (* edited directly! Instead modify: *) +# (* tools/roles/template_galaxy/templates/galaxy.yml.j2 *) +# (* *) +# (* Changed to the base README.md file are lost upon *) +# (* the build of the collection *) +# (********************************************************) authors: - AWX Project Contributors dependencies: {}