Change type of ansible-pull service

This commit is contained in:
Salt 2020-07-21 13:30:58 -05:00
parent cf9080109b
commit bca846f5ad

View File

@ -5,7 +5,6 @@ Description=Ansible pull service
[Service]
User=ansible
Group=ansible
Type=oneshot
Environment=ANSIBLE_CONFIG=~/ansible-pull-repo/ansible-pull.cfg
ExecStart=/usr/local/bin/ansible-pull --accept-host-key -U "{{ ansible_pull_repo }}" -d "~/ansible-pull-repo" --vault-password-file "~/ansiblevaultpass" "{{ ansible_pull_playbook }}"