MrMEEE / awx-rpm-v2

AWX-RPM Reignited
GNU Affero General Public License v3.0
36 stars 11 forks source link

switch to ansible.builtin.shell for some tasks #2

Closed lakedh closed 1 year ago

lakedh commented 1 year ago

Only done limited testing yet but overall it worked quite nice. Thanks for all the effort you put in that project. Minor thing I noticed is that for task name: Initial AWX-RPM Configuration ansible.builtin.command: "{{ item }}" There a switch to ansible.builtin.shell might be better, because for me the instance and queues were named with the unprocessed $(hostname)

MrMEEE commented 1 year ago

That totally makes sense.. thanks for reporting..