This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-common
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix Raspbian conditional
master
Markus Katharina Brechtel
4 years ago
parent
dacf92bdd2
commit
3d73aeacb7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/main.yaml
+ 1
- 1
tasks/main.yaml
View File
@@ -23,7 +23,7 @@
name: debian_repos
when:
- ansible_distribution == "Debian"
- ansible_lsb.id != "Raspbian"
-
not ansible_lsb.id is defined or
ansible_lsb.id != "Raspbian"
- import_role:
name: debian_packages
- import_role: