This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-ansible
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix when syntax
master
Markus Katharina Brechtel
3 years ago
parent
5ac0278164
commit
b9884c720d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/ansible.yaml
+ 1
- 1
tasks/ansible.yaml
View File
@@ -11,7 +11,7 @@
name: ansible
state: absent
executable: pip3
when:
"{{
ansible_installed_version is version('2.10', '<')
}}"
when: ansible_installed_version is version('2.10', '<')
- name: ansible pip package
pip:
Write
Preview
Loading…
Cancel
Save