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

Removing run_once usage on include_tasks #10523

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion roles/kuryr/tasks/master.yaml
@@ -1,7 +1,6 @@
---
- name: Perform OpenShift ServiceAccount config
include_tasks: serviceaccount.yaml
run_once: true

- name: Create kuryr manifests tempdir
command: mktemp -d
Expand Down
1 change: 0 additions & 1 deletion roles/openshift_default_storage_class/tasks/main.yml
Expand Up @@ -12,4 +12,3 @@

- when: openshift_cloudprovider_kind == 'azure'
include_tasks: azure.yml
run_once: true
1 change: 0 additions & 1 deletion roles/openshift_hosted/tasks/registry.yml
Expand Up @@ -65,7 +65,6 @@
clusterip: '{{ openshift_hosted_registry_clusterip | default(omit) }}'

- include_tasks: secure.yml
run_once: true
when:
- not (openshift_docker_hosted_registry_insecure | default(False)) | bool

Expand Down