Skip to content

Commit b69da5f

Browse files
authored
Install gcsfuse and op agent on Ubuntu 24 ARM64 (#259)
* Updating playbook to install google cloud ops agent on ARM64 for Ubuntu2404 specifically * Adding ARM64 Ubuntu24 to install list for gcsfuse
1 parent 4126553 commit b69da5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/playbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@
160160
- role: gcsfuse
161161
when:
162162
- install_gcsfuse
163-
- ansible_architecture == "x86_64"
163+
- ansible_architecture == "x86_64" or (ansible_distribution == "Ubuntu" and ansible_distribution_version is version('24.04', '=='))
164164
- role: cloudagents
165165
when:
166-
- ansible_architecture == "x86_64"
166+
- ansible_architecture == "x86_64" or (ansible_distribution == "Ubuntu" and ansible_distribution_version is version('24.04', '=='))
167167
- logrotate
168168
- python
169169
- role: ldap

0 commit comments

Comments
 (0)