This is a Sitewide Message for noddingtonpete. :)

Testing Headers

This is heading three.


Comments

  • ---
    - hosts: windows
      tasks:
        - name: Install a package on the Windows host
          win_package:
            name: 7zip
            path: C:\Temp\7zip.msi
            state: present
          become: yes
          become_method: gmsa
          become_user: gmsa_account_name
    
  • --- hosts: windows
      tasks:
        - name: Install a package on the Windows host
          win_package:
            name: 7zip
            path: C:\Temp\7zip.msi
            state: present
          become: yes
          become_method: gmsa
          become_user: gmsa_account_name
    
  • --- hosts: windows
      tasks:
        - name: Install a package on the Windows host
          win_package:
            name: 7zip
            path: C:\Temp\7zip.msi
            state: present
          become: yes
          become_method: gmsa
          become_user: gmsa_account_name
    
Google Analytics