Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the organization content for the schedules #678

Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions roles/filetree_create/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@
apply:
tags: "{{ input_tag | to_yaml }}"
tags: "{{ valid_tags }}"

- name: "Remind to check all the 'ToDo:' entries in the output files"
ansible.builtin.debug:
msg: "Please, check the existance of 'ToDo: ' entries in the files generated at '{{ output_path }}' with the following command: grep -R 'ToDo: ' '{{ output_path }}'"
...
2 changes: 1 addition & 1 deletion roles/filetree_create/templates/current_schedules.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ controller_schedules:
{% if current_schedules_asset_value.description is defined %}
description: "{{ current_schedules_asset_value.description }}"
{% endif %}
organization: "ToDo: The schedule '{{ current_schedules_asset_value.name }}' must have an organization"
organization: ""
ivarmu marked this conversation as resolved.
Show resolved Hide resolved
enabled: {{ current_schedules_asset_value.enabled }}
unified_job_template: "{{ current_schedules_asset_value.summary_fields.unified_job_template.name }}"
{% if current_schedules_asset_value.summary_fields.inventory is defined %}
Expand Down
Loading