You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/debian/ansible/defaults/main.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ce_ansible:
7
7
#venv_install_username: ansible # user to become when creating venv
8
8
upgrade:
9
9
enabled: true # create systemd timer to auto-upgrade Ansible
10
-
command: "{{ _venv_path }}/bin/python3 -m pip install --upgrade 'ansible{{ ce_ansible_version }}'"# if you set venv_path above then set it here too.
10
+
command: "{{ _venv_path }}/bin/python3 -m pip install --upgrade {{ 'ansible' ~ ce_ansible_version | quote }}"# if you set venv_path above then set it here too.
11
11
on_calendar: "*-*-* 01:30:00"# see systemd.time documentation - https://www.freedesktop.org/software/systemd/man/latest/systemd.time.html#Calendar%20Events
0 commit comments