Skip to content
Snippets Groups Projects
Select Git revision
  • c56f66ce65d01160dd479bdf455ba14394025edb
  • master default
  • Release_3.2.4
  • Release_3.2.3
  • Release_3.2.2
  • Release_3.2.1
  • Release_3.2.0
  • Release_3.1.6-rc4
8 results

Makefile

Blame
  • main.yaml 218 B
    ---
    - name: Install Python3
      ansible.builtin.raw: opkg install python3
      register: opkg_install_python3
      changed_when: |
        'installing' in opkg_install_python3.stdout
    
    - name: Gather facts
      ansible.builtin.setup: