commit | 3155e1af3f0dbc5348adc2a5198a8deebe09d18a | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Thu Jun 08 18:52:40 2017 -0400 |
committer | Carlos Frias <friasc@google.com> | Thu Jun 08 18:52:40 2017 -0400 |
tree | 7775b8244b825ef03d7660ebcf478308b5aee133 | |
parent | c00ca38e91de8fb171f7f12068324dd60a97290c [diff] | |
parent | c9ce10a7ad2583d985ab82e80334c62109fa3ba3 [diff] |
Merge branch 'master' of github.com:carlosfrias/apigee-opdk-setup-bootstrap
diff --git a/tasks/main.yml b/tasks/main.yml index 127a626..484f829 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,6 +1,14 @@ --- # tasks file for apigee-opdk-setup-bootstrap +- name: Create installer path + file: + path: "{{ opdk_installer_path }}" + state: directory + owner: "{{ opdk_user_name }}" + group: "{{ opdk_group_name }}" + - block: + - name: Find available epel repos find: pattern: "epel*"