Skip to content

Conversation

@ZouYuhua
Copy link
Contributor

@ZouYuhua ZouYuhua commented Dec 4, 2025

Task:
new testcase vtpm_cold_add_remove for linux: GOSV-2531

Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
Signed-off-by: ZouYuhua <[email protected]>
@Tomorrow9
Copy link
Member

Overall, the multiple one small shell command tasks can be put in one task, e.g.,

    - name: Execute multiple commands using a multi-line string
      ansible.builtin.shell: |
        cd /var/www/html
        git pull origin main
        systemctl restart apache2
      args:
        chdir: /var/www/html # Change working directory before execution
        executable: /bin/bash # Specify the shell to use

@ZouYuhua
Copy link
Contributor Author

Note: Testing shows vTPM.enable.tpm2_activatecredential is not supported currently

@Tomorrow9 Tomorrow9 added this to the 3.3 milestone Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants