diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2017-07-25 15:20:38 +0200 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2017-07-25 15:21:00 +0200 |
| commit | 7180f1669ad7fe3a9e76ae24d7885dc675151e3a (patch) | |
| tree | c2e4c7c729cfc0a4a7ea80260fa040b4eb78a3c3 /roles/distgit/tasks | |
| parent | 5106fca4391febecd274f67128b24126af3b0f1c (diff) | |
| download | ansible-7180f1669ad7fe3a9e76ae24d7885dc675151e3a.tar.gz ansible-7180f1669ad7fe3a9e76ae24d7885dc675151e3a.tar.xz ansible-7180f1669ad7fe3a9e76ae24d7885dc675151e3a.zip | |
Move fedmsg-genacls-config.py to a template and configure it for the new world
Diffstat (limited to 'roles/distgit/tasks')
| -rw-r--r-- | roles/distgit/tasks/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index bad9e62ba..e30672b35 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -243,7 +243,8 @@ - distgit - name: install the fedmsg configuration - copy: src=fedmsg-genacls-config.py dest=/etc/fedmsg.d/genacls.py owner=root group=root mode=0644 + template: src=fedmsg-genacls-config.py dest=/etc/fedmsg.d/genacls.py + owner=root group=root mode=0644 tags: - config - distgit |
