diff options
Diffstat (limited to 'benchmarks/playbooks/sys_info_pbook.yaml')
-rw-r--r-- | benchmarks/playbooks/sys_info_pbook.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/playbooks/sys_info_pbook.yaml b/benchmarks/playbooks/sys_info_pbook.yaml index cca6c941..b5415aad 100644 --- a/benchmarks/playbooks/sys_info_pbook.yaml +++ b/benchmarks/playbooks/sys_info_pbook.yaml @@ -5,7 +5,7 @@ shell: yum install inxi -y when: ansible_os_family == "RedHat" - name: system info collection tool install when Ubuntu - shell: apt-get install inxi -y + shell: apt-get update && apt-get install inxi -y when: ansible_os_family == "Debian" - name: Install ansible copy dependencies if remote host has selinux enabled shell: yum install libselinux-python -y |