diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-08-21 17:08:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-08-21 17:08:30 +0000 |
commit | c6175b5bc59706c3a423fe2781f99e32930bb570 (patch) | |
tree | e23ec9fe4c60ccba1ad4fe526127787abd955b4c /ansible/roles/add_custom_repos/tasks/main.yml | |
parent | 5c6666157a113cae7b5ab52297b8bc482d8484e0 (diff) | |
parent | a16d55707c10a368b5aa2f9b7e595751978c3b04 (diff) |
Merge "Add virtual image generation to install script"
Diffstat (limited to 'ansible/roles/add_custom_repos/tasks/main.yml')
-rw-r--r-- | ansible/roles/add_custom_repos/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/add_custom_repos/tasks/main.yml b/ansible/roles/add_custom_repos/tasks/main.yml index 7341ad07d..b1dfd542d 100644 --- a/ansible/roles/add_custom_repos/tasks/main.yml +++ b/ansible/roles/add_custom_repos/tasks/main.yml @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. --- -- include: "{{ target_os|lower }}.yml" +- include_tasks: "{{ target_os|lower }}.yml" |