mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-17 03:21:44 -07:00
(cherry picked from commit 701a89eb1c
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
a216f15dd9
commit
023654473b
2 changed files with 11 additions and 0 deletions
|
@ -36,6 +36,11 @@
|
|||
name: mercurial
|
||||
when: ansible_facts.pkg_mgr in ['pkgng', 'community.general.pkgng']
|
||||
|
||||
- name: install mercurial (zypper)
|
||||
package:
|
||||
name: mercurial
|
||||
when: ansible_facts.pkg_mgr in ['zypper', 'community.general.zypper']
|
||||
|
||||
- name: preserve the updated python
|
||||
command: cp -av "{{ which_python.stdout }}" "{{ which_python.stdout }}.updated"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue