lint fixes

This commit is contained in:
willtome
2023-03-07 09:26:22 -05:00
parent 36f113aa75
commit 745b755296
57 changed files with 525 additions and 1135 deletions

View File

@@ -1,8 +1,9 @@
---
- hosts: "{{ HOSTS }}"
become: yes
- name: Register host to Satellite
hosts: "{{ _hosts | default(omit) }}"
become: true
vars:
# env: undef
satellite_url: "{{ lookup('ansible.builtin.env', 'SATELLITE_SERVER') }}"
roles:
- demo.satellite.register_host
- demo.satellite.register_host