summaryrefslogtreecommitdiffstats
path: root/roles/openshift_aws_ssh_keys/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_aws_ssh_keys/tasks/main.yml')
-rw-r--r--roles/openshift_aws_ssh_keys/tasks/main.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/roles/openshift_aws_ssh_keys/tasks/main.yml b/roles/openshift_aws_ssh_keys/tasks/main.yml
deleted file mode 100644
index 232cf20ed..000000000
--- a/roles/openshift_aws_ssh_keys/tasks/main.yml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-- name: Add the public keys for the users
- ec2_key:
- name: "{{ item.key_name }}"
- key_material: "{{ item.pub_key }}"
- region: "{{ r_openshift_aws_ssh_keys_region }}"
- with_items: "{{ r_openshift_aws_ssh_keys_users }}"
- no_log: True