We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4126553 commit b69da5fCopy full SHA for b69da5f
1 file changed
ansible/playbook.yml
@@ -160,10 +160,10 @@
160
- role: gcsfuse
161
when:
162
- install_gcsfuse
163
- - ansible_architecture == "x86_64"
+ - ansible_architecture == "x86_64" or (ansible_distribution == "Ubuntu" and ansible_distribution_version is version('24.04', '=='))
164
- role: cloudagents
165
166
167
- logrotate
168
- python
169
- role: ldap
0 commit comments