You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
275B

  1. ---
  2. - name: ansible local facts directory
  3. file:
  4. path: /etc/ansible/facts.d
  5. state: directory
  6. - name: set ansible local fact for gitea
  7. copy:
  8. content: "{{_gitea_local_facts|to_json}}"
  9. dest: /etc/ansible/facts.d/gitea.fact
  10. - name: Gathering Facts
  11. setup: