Skip to content

Commit

Permalink
removes inventory file flag - ansible-pull still complains of missing…
Browse files Browse the repository at this point in the history
… _development host file
  • Loading branch information
discopatrick committed Jul 16, 2016
1 parent 976b3d0 commit a9f549a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ansible_pull_setup/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
cron:
name: ansible-pull action
user: "{{ my_remote_user }}"
job: "ansible-pull --directory {{ workdir }} --url {{ repo_url }} --checkout {{ repo_branch }} --inventory-file ./hosts/ --full playbooks/ansible-pull-action.yml >> {{ logfile }} 2>&1"
job: "ansible-pull --directory {{ workdir }} --url {{ repo_url }} --checkout {{ repo_branch }} --full playbooks/ansible-pull-action.yml >> {{ logfile }} 2>&1"

- name: Create logrotate entry for ansible-pull.log
template:
Expand Down

0 comments on commit a9f549a

Please sign in to comment.