Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
move generate_mapping file from tasks to files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maor Lipchuk committed Apr 10, 2018
1 parent ee3dec3 commit 6c32613
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tasks/generate_mapping.yml
@@ -1,3 +1,3 @@
- name: Generate mapping var file
command: python {{ role_path }}/tasks/generate_mapping.py -a "{{ site }}" -u "{{ username }}" -p "{{ password }}" -c "{{ ca }}" -f "{{ var_file }}"
command: python {{ role_path }}/files/generate_mapping.py -a "{{ site }}" -u "{{ username }}" -p "{{ password }}" -c "{{ ca }}" -f "{{ var_file }}"
run_once: true

0 comments on commit 6c32613

Please sign in to comment.